aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-09 19:40:02 +0000
committerjwangen <jwangen>2002-10-09 19:40:02 +0000
commit6c01da53c2e1714b80c796aced24d82698258fad (patch)
treeba7d18e2d0f3c5948411645b1169779531a5cfa1 /config.inc.php
parentd00b2746b30e9fecdf038bd1cc05ba1545cf1105 (diff)
downloadphpicalendar-6c01da53c2e1714b80c796aced24d82698258fad.tar.gz
phpicalendar-6c01da53c2e1714b80c796aced24d82698258fad.tar.bz2
phpicalendar-6c01da53c2e1714b80c796aced24d82698258fad.zip
commented out in init where it required $getdate to come from HTTP_GET_VARS
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 1425cb4..bc538bf 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -20,7 +20,7 @@ $tomorrows_events_lines = '1'; // Number of lines to wrap each event title in
// Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase.
$save_parsed_cals = 'no'; // Recommended 'yes'. Saves a copy of the cal in /tmp after it's been parsed. Improves performence.
$use_sessions = 'yes'; // This has not yet been implemented.
-$display_custom_goto = 'no'; // In the 'Jump To' box, display the custom 'go to day' box.
+$display_custom_goto = 'yes'; // 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.
$this_months_events = 'yes'; // Display "This month's events" at the bottom off the month page.

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