aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorWesley Miaw <josuah@users.sourceforge.net>2003-09-20 00:16:05 +0000
committerWesley Miaw <josuah@users.sourceforge.net>2003-09-20 00:16:05 +0000
commitafe581186d6bd59ea42e5dfa3ce47ab6705b9409 (patch)
tree95c08cb2b0b622ebaec80937af6a088e6ff0a080 /config.inc.php
parent5acbcff92008621e2f50893be83d58385e00dd67 (diff)
downloadphpicalendar-afe581186d6bd59ea42e5dfa3ce47ab6705b9409.tar.gz
phpicalendar-afe581186d6bd59ea42e5dfa3ce47ab6705b9409.tar.bz2
phpicalendar-afe581186d6bd59ea42e5dfa3ce47ab6705b9409.zip
Set magic string $ALL_CALENDARS_COMBINED = 'all_calendars_combined971'.
All previous references to 'all_calendars_combined971' now point at $ALL_CALENDARS_COMBINED. Uncommented closing form tag on sidebar.php, and set correct spacing for the entire sidebar.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.inc.php b/config.inc.php
index d17dc0f..1308acf 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -19,9 +19,9 @@ $tomorrows_events_lines = '1'; // Number of lines to wrap each event title in
$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
-$default_path = 'http://www.wesman.net/~wesley/phpicalendar'; // The HTTP URL to the PHP iCalendar directory, ie. http://www.example.com/phpicalendar
+$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 = '/home/wesley/Library/Calendars'; // Leave this blank on most installs, place your full path to calendars if they are outside the phpicalendar folder.
+$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.
@@ -30,7 +30,7 @@ $cookie_uri = ''; // The HTTP URL to the PHP iCalendar directory, ie. htt
$download_uri = ''; // The HTTP URL to your calendars directory, ie. http://www.example.com/phpicalendar/calendars
// Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase.
-$save_parsed_cals = 'yes'; // Recommended 'yes'. Saves a copy of the cal in /tmp after it's been parsed. Improves performence.
+$save_parsed_cals = 'no'; // Recommended 'yes'. Saves a copy of the cal in /tmp after it's been parsed. Improves performence.
$use_sessions = 'no'; // This has not yet been implemented.
$display_custom_goto = 'no'; // In the 'Jump To' box, display the custom 'go to day' box.
$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.
@@ -43,7 +43,7 @@ $show_search = 'no'; // Show the search box in the sidebar.
$allow_preferences = 'yes'; // Allow visitors to change various preferences via cookies.
$printview_default = 'no'; // Set print view as the default view. day, week, and month only supported views for $default_view (listed well above).
$show_todos = 'yes'; // Show your todo list on the side of day and week view.
-$show_completed = 'no'; // Show completed todos on your todo list.
+$show_completed = 'yes'; // Show completed todos on your todo list.
// Administration settings
$allow_admin = 'no'; // Set to yes to allow the admin page - remember to change the default password if using 'internal' as the $auth_method

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