aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/config.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/config.php b/conf/config.php
index 324c441..66b5d0e 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -98,5 +98,3 @@ $CONFIG['default_timezone'] = 'UTC';
98# load local configuration 98# load local configuration
99if (file_exists(dirname(__FILE__).'/config.local.php')) 99if (file_exists(dirname(__FILE__).'/config.local.php'))
100 include_once 'config.local.php'; 100 include_once 'config.local.php';
101
102?>