aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-09-21 06:34:02 +0000
committerChad Little <clittle@users.sourceforge.net>2004-09-21 06:34:02 +0000
commita217399d237bda9bdb1e3a2ca2d8897b84acacff (patch)
tree35037687260f2c6c39fa520e0f279b7d797b627f /config.inc.php
parentdf20d5c2fd7dda0a44f4be89b84bee87a282f6ed (diff)
downloadphpicalendar-a217399d237bda9bdb1e3a2ca2d8897b84acacff.tar.gz
phpicalendar-a217399d237bda9bdb1e3a2ca2d8897b84acacff.tar.bz2
phpicalendar-a217399d237bda9bdb1e3a2ca2d8897b84acacff.zip
Corrected.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.inc.php b/config.inc.php
index f0e8a05..54ccbd8 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -19,9 +19,9 @@ $month_event_lines = '1'; // Number of lines to wrap each event title in mo
$tomorrows_events_lines = '1'; // Number of lines to wrap each event title in the 'Tommorrow's events' box, 0 means display all lines.
$allday_week_lines = '1'; // Number of lines to wrap each event title in all-day events in week view, 0 means display all lines.
$week_events_lines = '1'; // Number of lines to wrap each event title in the 'Tommorrow's events' box, 0 means display all lines.
-$timezone = 'US/Pacific'; // Set timezone. Read TIMEZONES file for more information
+$timezone = 'US/Pacific'; // Set timezone. Read TIMEZONES file for more information
$calendar_path = ''; // Leave this blank on most installs, place your full path to calendars if they are outside the phpicalendar folder.
-$second_offset = '3600'; // The time in seconds between your time and your server's time.
+$second_offset = ''; // The time in seconds between your time and your server's time.
$bleed_time = ''; // This allows events past midnight to just be displayed on the starting date, only good up to 24 hours. Range from '0000' to '2359', or '-1' for no bleed time. Is automatically set to $day_start if left blank.
$cookie_uri = ''; // The HTTP URL to the PHP iCalendar directory, ie. http://www.example.com/phpicalendar -- AUTO SETTING -- Only set if you are having cookie issues.
$download_uri = ''; // The HTTP URL to your calendars directory, ie. http://www.example.com/phpicalendar/calendars -- AUTO SETTING -- Only set if you are having subscribe issues.

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