Good config dir definition
This commit is contained in:
parent
6a4e805282
commit
86cf862fc2
@ -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')) {
|
||||
|
Loading…
Reference in New Issue
Block a user