Add base path

This commit is contained in:
Didier Corbière 2013-09-17 05:48:45 +01:00
parent ffa8b847e6
commit 46d993d168

View file

@ -7,5 +7,5 @@
*/
require_once 'config_default.php';
if (file_exists('config_local.php'))
if (file_exists(dirname(__FILE__). '/config_local.php'))
require_once 'config_local.php';