aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--conf/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/config.php b/conf/config.php
index fccd250..781172d 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -43,6 +43,6 @@ $CONFIG['socket'] = NULL;
43 43
44# load local configuration 44# load local configuration
45if (file_exists(dirname(__FILE__).'/config.local.php')) 45if (file_exists(dirname(__FILE__).'/config.local.php'))
46 include 'config.local.php'; 46 include_once 'config.local.php';
47 47
48?> 48?>