aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-25 18:45:26 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-25 18:45:26 +0000
commit52ba3b8146dd01c1c7d057359f4485aae5813124 (patch)
treec621fef680e5042594dc2bacfe84b37ffa95d031 /config.inc.php
parent3b410264d50c0e4dbd7ded4fe951f832cc1b266c (diff)
downloadphpicalendar-52ba3b8146dd01c1c7d057359f4485aae5813124.tar.gz
phpicalendar-52ba3b8146dd01c1c7d057359f4485aae5813124.tar.bz2
phpicalendar-52ba3b8146dd01c1c7d057359f4485aae5813124.zip
progress on timezones and daylight time
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index 78532e4..506d7ba 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -4,7 +4,7 @@
phpicalendar 2.3 should work with no additional configuration. This file can be changed to customize the behavior of phpicalendar.
In version 2.3, there has been a change in the way configuration works in order to reduce the number of confusing global variables. Unfortunately, this means that config.inc.php files from older installations will have to be translated to the new format. The conversion is simple: use the old variable names as array keys for the $configs array below:
*/
-
+$secs = 6*60*60;
$configs = array(
# 'calendar_path' => '/Library/WebServer/Documents/phpicalendar/calendars',
# 'timezone' => 'US/Central',
@@ -13,6 +13,8 @@ $configs = array(
'allow_preferences' => 'yes',
# 'show_search' => 'yes',
# 'show_todos' => 'no',
+ 'timezone' => 'US/Central',
+# 'second_offset' => $secs,
# 'cookie_uri' => ''
);

© 2014-2024 Faster IT GmbH | imprint | privacy policy