aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-05-20 20:04:09 +0000
committerChad Little <clittle@users.sourceforge.net>2004-05-20 20:04:09 +0000
commit7b65bca64cbff4eb2c3e2fdce084aa48f3673edd (patch)
tree7a9df109bd5561bbed6ae4cd9d1ece63f482a6bf /config.inc.php
parent0f13e5bce5215322b438006ab50acb3ba16709c9 (diff)
downloadphpicalendar-7b65bca64cbff4eb2c3e2fdce084aa48f3673edd.tar.gz
phpicalendar-7b65bca64cbff4eb2c3e2fdce084aa48f3673edd.tar.bz2
phpicalendar-7b65bca64cbff4eb2c3e2fdce084aa48f3673edd.zip
Language checkin, removed unneeded config options.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/config.inc.php b/config.inc.php
index 74e901d..6ac9e4b 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -20,7 +20,7 @@ $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 = ''; // Set timezone. Read TIMEZONES file for more information
+$timezone = 'US/Pacific'; // Set timezone. Read TIMEZONES file for more information
$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.
@@ -35,8 +35,6 @@ $display_custom_goto = 'no'; // In the 'Jump To' box, display the custom 'go
$display_ical_list = 'yes'; // In the 'Jump To' box, display the pop-up menu with the list of all calendars in the $calendar_path directory.
$allow_webcals = 'no'; // Allow http:// and webcal:// prefixed URLs to be used as the $cal for remote viewing of "subscribe-able" calendars. This does not have to be enabled to allow specific ones below.
$this_months_events = 'yes'; // Display "This month's events" at the bottom off the month page.
-$use_color_cals = 'yes'; // Display each calendar in the pop-up as a different color.
-$daysofweek_dayview = 'no'; // Display the days of the week in day.php view.
$enable_rss = 'yes'; // Enable RSS access to your calendars (good thing).
$show_search = 'yes'; // Show the search box in the sidebar.
$allow_preferences = 'yes'; // Allow visitors to change various preferences via cookies.

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