Correction chemin de config
This commit is contained in:
parent
74774b2696
commit
16dc7de766
@ -59,7 +59,7 @@ function writeConfig()
|
||||
global $hostname;
|
||||
|
||||
//Copie de la configuration
|
||||
$configDir = realpath(dirname(__FILE__)).'/config';
|
||||
$configDir = realpath(dirname(__FILE__)).'';
|
||||
$appconfigDir = '../application/configs';
|
||||
$hostname = exec('echo $(hostname)');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user