diff options
-rw-r--r-- | conf/config.php | 2 |
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 |
45 | if (file_exists(dirname(__FILE__).'/config.local.php')) | 45 | if (file_exists(dirname(__FILE__).'/config.local.php')) |
46 | include 'config.local.php'; | 46 | include_once 'config.local.php'; |
47 | 47 | ||
48 | ?> | 48 | ?> |