aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-02-16 20:25:21 +0000
committerChad Little <clittle@users.sourceforge.net>2003-02-16 20:25:21 +0000
commit34f353f0d7e4868171c18a5614d78f6a4b2844f7 (patch)
tree25422aaa505176c17a093b905b6f4bc4d57e7d32 /config.inc.php
parentd2e3763e39c6920bdb01b259a4dc4871199ff4a3 (diff)
downloadphpicalendar-34f353f0d7e4868171c18a5614d78f6a4b2844f7.tar.gz
phpicalendar-34f353f0d7e4868171c18a5614d78f6a4b2844f7.tar.bz2
phpicalendar-34f353f0d7e4868171c18a5614d78f6a4b2844f7.zip
You can now set hard paths for cookies, downloads, and webcals. Also updated footer to 0.9.1. Closed all bugs
reguarding cookies, fixed back button on preferences page.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index d5e93c5..68751cd 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -19,10 +19,14 @@ $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.example.com/phpicalendar'; // The HTTP URL to the PHP iCalendar directory
+$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.
+// Advanced settings for custom installs, cookies, etc.
+// In most cases these will not need to be set.
+$cookie_uri = ''; // The HTTP URL to the PHP iCalendar directory, ie. http://www.example.com/phpicalendar
+$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 = 'no'; // Recommended 'yes'. Saves a copy of the cal in /tmp after it's been parsed. Improves performence.

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