aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--config.inc.php3
2 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 609d3d5..8163d0f 100644
--- a/README
+++ b/README
@@ -82,9 +82,11 @@ COPYING for more information about our license.
Changes:
--------
2.0
- -Enhanced error messaging.
+ -Enhanced error messaging system.
-Added Afrikaans Language.
-Todos can be turned off again.
+ -Month bottom can be turned off again.
+ -Preferences page can be turned off.
-Todos won't show private todos.
-RSS page respects https servers.
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