From b690f955bb712d2cdafbdb3fddb8469cde6b25ae Mon Sep 17 00:00:00 2001 From: Jason Oster Date: Fri, 19 Jun 2009 20:39:46 +0000 Subject: Use http "last-modified" time on webcals and remove "webcals_hours" config setting --- default_config.php | 1 - 1 file changed, 1 deletion(-) (limited to 'default_config.php') diff --git a/default_config.php b/default_config.php index 0384d5f..9aac854 100644 --- a/default_config.php +++ b/default_config.php @@ -55,7 +55,6 @@ class Configs{ // Calendar Caching (decreases page load times) $this->save_parsed_cals = 'no'; // Saves a copy of the cal in /tmp after it's been parsed. Improves performance. $this->tmp_dir = '/tmp'; // The temporary directory on your system (/tmp is fine for UNIXes including Mac OS X). Any php-writable folder works. - $this->webcal_hours = '24'; // Number of hours to cache webcals. Setting to '0' will always re-parse webcals. // Webdav style publishing $this->phpicalendar_publishing = '0'; // Set to '1' to enable remote webdav style publish. See 'calendars/publish.php' for complete information; -- cgit v1.2.3