From d2174d8d9b99ded409e70e1bf70f46488a6c4457 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 23 May 2004 08:23:44 +0000 Subject: Added cache for All Combined. --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.inc.php') diff --git a/config.inc.php b/config.inc.php index 6ac9e4b..e723366 100644 --- a/config.inc.php +++ b/config.inc.php @@ -30,7 +30,7 @@ $download_uri = ''; // The HTTP URL to your calendars directory, ie. http: $default_path = 'http://www.example.com/phpicalendar'; // The HTTP URL to the PHP iCalendar directory, ie. http://www.example.com/phpicalendar // 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. $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. $allow_webcals = 'no'; // Allow http:// and webcal:// prefixed URLs to be used as the $cal for remote viewing of "subscribe-able" calendars. This does not have to be enabled to allow specific ones below. -- cgit v1.2.3