diff options
author | Arun Persaud <arun@nubati.net> | 2007-12-17 00:44:09 +0100 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2007-12-17 00:51:18 +0100 |
commit | e7e64b1ada481710704c16bfb8ee4a7c337dc8f1 (patch) | |
tree | 220fa54af83c921393d006e53f3f026cf4745be5 /config.php_template | |
parent | acf6c5f97944366952e6b373a4d59cecd08b658e (diff) | |
download | e-DoKo-e7e64b1ada481710704c16bfb8ee4a7c337dc8f1.tar.gz e-DoKo-e7e64b1ada481710704c16bfb8ee4a7c337dc8f1.tar.bz2 e-DoKo-e7e64b1ada481710704c16bfb8ee4a7c337dc8f1.zip |
BUGFIX: local time should now work correctly
had to reset the timezone to the local time. added a config parameter to store the local timezone.
Diffstat (limited to 'config.php_template')
-rw-r--r-- | config.php_template | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.php_template b/config.php_template index fb84a51..761d889 100644 --- a/config.php_template +++ b/config.php_template @@ -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 |