aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-02-24 20:23:39 +0000
committerChad Little <clittle@users.sourceforge.net>2003-02-24 20:23:39 +0000
commit96aa2c02482eea33669eae9ab103f8872095f493 (patch)
tree47623384ca201a11fe6877fd21ee79dcec00b1e8 /config.inc.php
parent793cfe7a977c78a7804c72939b3ca5dab7c4b59e (diff)
downloadphpicalendar-96aa2c02482eea33669eae9ab103f8872095f493.tar.gz
phpicalendar-96aa2c02482eea33669eae9ab103f8872095f493.tar.bz2
phpicalendar-96aa2c02482eea33669eae9ab103f8872095f493.zip
Fixed a bug allowing preferences page to be displayed. Link now goes away if allow-preferences is set to no.
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 3977c7f..1f630a7 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -38,7 +38,7 @@ $this_months_events = 'yes'; // Display "This month's events" at the bottom o
$use_color_cals = 'yes'; // Display each calendar in the pop-up as a different color.
$daysofweek_dayview = 'no'; // Display the days of the week in day.php view.
$enable_rss = 'yes'; // Enable RSS access to your calendars (good thing).
-$show_search = 'no'; // Show the search box in the sidebar.
+$show_search = 'yes'; // Show the search box in the sidebar.
$header_always = 'yes'; // Set to yes to have header on print.php
$allow_preferences = 'yes'; // Allow visitors to change various preferences via cookies.
$printview_default = 'no'; // Set print view as the default view. day, week, and month only supported views for $default_view (listed well above).

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