Add base path
This commit is contained in:
parent
ffa8b847e6
commit
46d993d168
|
@ -7,5 +7,5 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once 'config_default.php';
|
require_once 'config_default.php';
|
||||||
if (file_exists('config_local.php'))
|
if (file_exists(dirname(__FILE__). '/config_local.php'))
|
||||||
require_once 'config_local.php';
|
require_once 'config_local.php';
|
||||||
|
|
Loading…
Reference in a new issue