aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-09-15 06:28:50 +0000
committerChad Little <clittle@users.sourceforge.net>2003-09-15 06:28:50 +0000
commit81e08d85d61dacc8901f906ca530fa80d6648e1d (patch)
tree1f2994db50e3101df3bfc9c6e8f92e35f15a7dc9 /config.inc.php
parent916ad724a5c2c69026ab8e588feb092eeaeef93c (diff)
downloadphpicalendar-81e08d85d61dacc8901f906ca530fa80d6648e1d.tar.gz
phpicalendar-81e08d85d61dacc8901f906ca530fa80d6648e1d.tar.bz2
phpicalendar-81e08d85d61dacc8901f906ca530fa80d6648e1d.zip
Major changes in BYDAY monthly support, added new stuffs to readme and
added new calendar to test and fix.
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 95f30f7..a3e9409 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -30,7 +30,7 @@ $cookie_uri = ''; // The HTTP URL to the PHP iCalendar directory, ie. htt
$download_uri = ''; // The HTTP URL to your calendars directory, ie. http://www.example.com/phpicalendar/calendars
// 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.
$use_sessions = 'no'; // This has not yet been implemented.
$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.

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