From 46d993d168359d448904e093d4be17968bc5a76f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Didier=20Corbi=C3=A8re?= Date: Tue, 17 Sep 2013 05:48:45 +0100 Subject: [PATCH] Add base path --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index ba70f9b..94df587 100644 --- a/config.php +++ b/config.php @@ -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';