diff options
Diffstat (limited to 'conf/config.php')
-rw-r--r-- | conf/config.php | 2 |
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 |
99 | if (file_exists(dirname(__FILE__).'/config.local.php')) | 99 | if (file_exists(dirname(__FILE__).'/config.local.php')) |
100 | include_once 'config.local.php'; | 100 | include_once 'config.local.php'; |
101 | |||
102 | ?> | ||