aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-01-26 18:48:43 +0000
committerChad Little <clittle@users.sourceforge.net>2004-01-26 18:48:43 +0000
commit044a72589427d5fa7f5e59562300bd9c2844ce89 (patch)
treebb931386da50c4b6b4202c11e38acaa3b77787da /config.inc.php
parentd85c0578f18324c7c0b764f2e6969908f426349f (diff)
downloadphpicalendar-044a72589427d5fa7f5e59562300bd9c2844ce89.tar.gz
phpicalendar-044a72589427d5fa7f5e59562300bd9c2844ce89.tar.bz2
phpicalendar-044a72589427d5fa7f5e59562300bd9c2844ce89.zip
strtotime improperly reports '0005' as '5AM', a workaround is in place. changed version to 1.2
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 b98e66f..418e7e7 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -30,7 +30,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