aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-08-05 20:41:18 +0000
committerChad Little <clittle@users.sourceforge.net>2004-08-05 20:41:18 +0000
commite7ee60b5cc75dac3b915b6a624e3ed92345c374a (patch)
treeb79da33033833f8433874e65bdcdf2dfb055d98f /config.inc.php
parent031813c5e71cbecb1db6647dc214019b3f7ac6b9 (diff)
downloadphpicalendar-e7ee60b5cc75dac3b915b6a624e3ed92345c374a.tar.gz
phpicalendar-e7ee60b5cc75dac3b915b6a624e3ed92345c374a.tar.bz2
phpicalendar-e7ee60b5cc75dac3b915b6a624e3ed92345c374a.zip
Added a line.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php1
1 files changed, 1 insertions, 0 deletions
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.

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