aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-10-25 17:53:58 +0000
committerChad Little <clittle@users.sourceforge.net>2004-10-25 17:53:58 +0000
commit7d9941400da5ef37763099957617d4cd173e9840 (patch)
tree187c14862a77212c41bc9b266c4a60c95f15a8c1 /config.inc.php
parent1d368f67ef0d6112e68ca0cd6f0fc28b7fe9b006 (diff)
downloadphpicalendar-7d9941400da5ef37763099957617d4cd173e9840.tar.gz
phpicalendar-7d9941400da5ef37763099957617d4cd173e9840.tar.bz2
phpicalendar-7d9941400da5ef37763099957617d4cd173e9840.zip
Minor.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.inc.php b/config.inc.php
index 4b553fd..9d08520 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -29,9 +29,8 @@ $default_path = ''; // The HTTP URL to the PHP iCalendar directory, ie. ht
$charset = 'UTF-8'; // Character set your calendar is in, suggested UTF-8, or iso-8859-1 for most languages.
// 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.
$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 = 'ys'; // Display "This month's events" at the bottom off the month page.
+$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).
$show_search = 'yes'; // Show the search box in the sidebar.
$allow_preferences = 'yes'; // Allow visitors to change various preferences via cookies.

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