aboutsummaryrefslogtreecommitdiffstats
path: root/default_config.php
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2009-06-19 20:39:46 +0000
committerJason Oster <parasytic@users.sourceforge.net>2009-06-19 20:39:46 +0000
commitb690f955bb712d2cdafbdb3fddb8469cde6b25ae (patch)
treebf4bb03cf340f64dda6e14e96b41a26da8c3ccd3 /default_config.php
parent6836bebf950e2f69a310e92df6af730913f10945 (diff)
downloadphpicalendar-b690f955bb712d2cdafbdb3fddb8469cde6b25ae.tar.gz
phpicalendar-b690f955bb712d2cdafbdb3fddb8469cde6b25ae.tar.bz2
phpicalendar-b690f955bb712d2cdafbdb3fddb8469cde6b25ae.zip
Use http "last-modified" time on webcals and remove "webcals_hours" config setting
Diffstat (limited to 'default_config.php')
-rw-r--r--default_config.php1
1 files changed, 0 insertions, 1 deletions
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;

© 2014-2024 Faster IT GmbH | imprint | privacy policy