BUGFIX: local time should now work correctly
[e-DoKo.git] / config.php_template
index fb84a51d04270b41e331b01cb021036d9a710bd2..761d889498dd14e7625e122187e305076bc53613 100644 (file)
@@ -27,6 +27,8 @@
     /* used as the reply email in each email */
     $EMAIL_REPLY="";
 
-    /* this should point to your index.file */
+    /* this should point to your index.file, probably without the http:// to avoid extra requests */
     $host = "http://.../index.php"
+
+    $defaulttimezone = date_default_timezone_get();
 ?>
\ No newline at end of file