aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-16 07:02:37 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-16 07:02:37 +0000
commitda88a24f1b183004b5d41c0c11109f84f0f764ea (patch)
tree2a7ddd11bf1fd48d7e3e87bf10bbbd6fb15a3669 /config.inc.php
parent5a10e0fb74dfe1cf8c7b081f46f68edb86dfbfac (diff)
downloadphpicalendar-da88a24f1b183004b5d41c0c11109f84f0f764ea.tar.gz
phpicalendar-da88a24f1b183004b5d41c0c11109f84f0f764ea.tar.bz2
phpicalendar-da88a24f1b183004b5d41c0c11109f84f0f764ea.zip
Getting ready for 0.9.5
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 7d4a29e..9590731 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -32,7 +32,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