aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-07-22 02:25:41 +0000
committerChad Little <clittle@users.sourceforge.net>2004-07-22 02:25:41 +0000
commitff1aa0c968c745ec980f56bc0164c42e9ec49fb6 (patch)
tree6d0b8837a24b19c1b8f9ae07ba57eb57bfb61178 /config.inc.php
parentb254d095fd02666b87d124e78063665b4ae55330 (diff)
downloadphpicalendar-ff1aa0c968c745ec980f56bc0164c42e9ec49fb6.tar.gz
phpicalendar-ff1aa0c968c745ec980f56bc0164c42e9ec49fb6.tar.bz2
phpicalendar-ff1aa0c968c745ec980f56bc0164c42e9ec49fb6.zip
Changes.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index f563595..511c92b 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -29,7 +29,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 = 'yes'; // Recommended 'yes'. Saves a copy of the cal in /tmp after it's been parsed. Improves performence.
+$save_parsed_cals = 'no'; // 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.

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