aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-10-25 17:19:53 +0000
committerChad Little <clittle@users.sourceforge.net>2004-10-25 17:19:53 +0000
commitb920d2d487e2e92232f046e440d5d2f88b65a7da (patch)
tree3a70a319e1d35d9ae0b2fed9538bf5e6426bbab2
parentf1a377b8f764275248ef91fa84a79576efe84136 (diff)
downloadphpicalendar-b920d2d487e2e92232f046e440d5d2f88b65a7da.tar.gz
phpicalendar-b920d2d487e2e92232f046e440d5d2f88b65a7da.tar.bz2
phpicalendar-b920d2d487e2e92232f046e440d5d2f88b65a7da.zip
Removed a preference.
-rw-r--r--config.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index 3c5be86..5c754bf 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -30,7 +30,6 @@ $charset = 'UTF-8'; // Character set your calendar is in, suggested UTF-8,
// Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase.
$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.
$this_months_events = 'yes'; // Display "This month's events" at the bottom off the month page.
$enable_rss = 'yes'; // Enable RSS access to your calendars (good thing).

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