Correction chemin de config

This commit is contained in:
Michael RICOIS 2013-01-29 13:09:15 +00:00
parent 74774b2696
commit 16dc7de766

View File

@ -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)');