Correction nom répertoire

This commit is contained in:
Michael RICOIS 2012-01-16 14:30:09 +00:00
parent 0023f87458
commit b67e766f45

View File

@ -68,7 +68,7 @@ function writeConfig()
}
passthru('cp -v '.
realpath(dirname(__FILE__)).'/'.$hostname.'/configuration.ini'.' '.
realpath(dirname(__FILE__)).'/../application/config/configuration.ini');
realpath(dirname(__FILE__)).'/../application/configs/configuration.ini');
}