From e7ee60b5cc75dac3b915b6a624e3ed92345c374a Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 5 Aug 2004 20:41:18 +0000 Subject: Added a line. --- config.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config.inc.php') diff --git a/config.inc.php b/config.inc.php index 9309cc0..b2d29e3 100644 --- a/config.inc.php +++ b/config.inc.php @@ -43,6 +43,7 @@ $login_cookies = 'no'; // Set to yes to store authentication information via // Calendar Caching (decreases page load times) $save_parsed_cals = 'no'; // Saves a copy of the cal in /tmp after it's been parsed. Improves performence. +$save_parsed_webcals = 'no'; // Saves a copy of the webcal in /tmp after it's been parsed. Improves performence. $tmp_dir = '/tmp'; // The temporary directory on your system (/tmp is fine for UNIXes including Mac OS X). Any php-writable folder works. $webcal_hours = '24'; // Number of hours to cache webcals. -- cgit v1.2.3