aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-09-15 03:04:47 +0000
committerChad Little <clittle@users.sourceforge.net>2003-09-15 03:04:47 +0000
commitfd5837eca1f02fb64c939e3c66c64c7959b219bb (patch)
treeede01c9a773d8d0d56d40c9aa8ee95107498354b /config.inc.php
parenta671111c915128eb57f79c99277e904d82c65dc2 (diff)
downloadphpicalendar-fd5837eca1f02fb64c939e3c66c64c7959b219bb.tar.gz
phpicalendar-fd5837eca1f02fb64c939e3c66c64c7959b219bb.tar.bz2
phpicalendar-fd5837eca1f02fb64c939e3c66c64c7959b219bb.zip
a
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index a3e9409..95f30f7 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -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 = 'no'; // Recommended 'yes'. Saves a copy of the cal in /tmp after it's been parsed. Improves performence.
+$save_parsed_cals = 'yes'; // 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.

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