aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-05-09 20:28:56 +0000
committerChad Little <clittle@users.sourceforge.net>2003-05-09 20:28:56 +0000
commit61c18056b9f85a789b789e7ddbe6fad09e74d92f (patch)
tree4f0f8dc315060d65006ea0a4787802be6ff7b8ef /config.inc.php
parentf6f28f72894b5d54e9ded8c72c927bc8168e336f (diff)
downloadphpicalendar-61c18056b9f85a789b789e7ddbe6fad09e74d92f.tar.gz
phpicalendar-61c18056b9f85a789b789e7ddbe6fad09e74d92f.tar.bz2
phpicalendar-61c18056b9f85a789b789e7ddbe6fad09e74d92f.zip
Added server offset in seconds.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index f88c14f..1f6489e 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -1,6 +1,6 @@
<?php
-// Configuration file for PHP iCalendar 0.9.1
+// Configuration file for PHP iCalendar 0.9.2
//
// To set values, change the text between the single quotes
// Follow instructions to the right for detailed information
@@ -22,6 +22,7 @@ $timezone = ''; // Set timezone. Read TIMEZONES file for more information
$default_path = 'http://www.example.com/phpicalendar'; // The HTTP URL to the PHP iCalendar directory, ie. http://www.example.com/phpicalendar
$tmp_dir = '/tmp'; // The temporary directory on your system (/tmp is fine for UNIXes including Mac OS X)
$calendar_path = ''; // Leave this blank on most installs, place your full path to calendars if they are outside the phpicalendar folder.
+$second_offset = '0'; // The time in seconds between your time and your server's time.
// Advanced settings for custom installs, cookies, etc.
// In most cases these will not need to be set.

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