aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf/config.php')
-rw-r--r--conf/config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/config.php b/conf/config.php
index 6c0572e..7107841 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -66,6 +66,9 @@ $CONFIG['detail-heigth'] = 350;
66# disabled: NULL 66# disabled: NULL
67$CONFIG['socket'] = NULL; 67$CONFIG['socket'] = NULL;
68 68
69# system default timezone when not set
70$CONFIG['default_timezone'] = 'UTC';
71
69 72
70# load local configuration 73# load local configuration
71if (file_exists(dirname(__FILE__).'/config.local.php')) 74if (file_exists(dirname(__FILE__).'/config.local.php'))