Good config dir definition

This commit is contained in:
Michael RICOIS 2014-11-06 19:19:07 +00:00
parent 6a4e805282
commit 86cf862fc2

View File

@ -14,7 +14,7 @@ set_include_path(implode(PATH_SEPARATOR, array(
)));
//Copy configuration
$configDir = realpath(dirname(__FILE__)).'/config';
$configDir = realpath(dirname(__FILE__));
$appconfigDir = APPLICATION_PATH.'/configs';
if (stristr(PHP_OS, 'WIN')) {