aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authoricalshare <icalshare>2003-09-23 00:15:44 +0000
committericalshare <icalshare>2003-09-23 00:15:44 +0000
commit32e2918b65b63324c8f12e542b756540a334c792 (patch)
tree1d18bac1b589e4358737c7d4148da95b1308138e /config.inc.php
parenta2c7458c98dd67894a68bc636a2808263e9feb63 (diff)
downloadphpicalendar-32e2918b65b63324c8f12e542b756540a334c792.tar.gz
phpicalendar-32e2918b65b63324c8f12e542b756540a334c792.tar.bz2
phpicalendar-32e2918b65b63324c8f12e542b756540a334c792.zip
Set save_parsed_cals to 'yes' to speed up default load of phpicalendar
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 e33d1d1..a52b5bb 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -31,7 +31,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