aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-11-09 07:04:21 +0000
committerChad Little <clittle@users.sourceforge.net>2002-11-09 07:04:21 +0000
commit3e6c502c7209e5ae65f9952c2da7d69c7fb67723 (patch)
treec633e31b35f2a0f2c7e473efc00bcfb1a91b377a /config.inc.php
parentc3483ebeac844742b0b0d9910a50b663daeede23 (diff)
downloadphpicalendar-3e6c502c7209e5ae65f9952c2da7d69c7fb67723.tar.gz
phpicalendar-3e6c502c7209e5ae65f9952c2da7d69c7fb67723.tar.bz2
phpicalendar-3e6c502c7209e5ae65f9952c2da7d69c7fb67723.zip
Initial preferences check in. doesn't work. Changes to RSS index.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index 50e7e00..df3fca3 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -1,6 +1,6 @@
<?php
-// Configuration file for PHP iCalendar 0.8
+// Configuration file for PHP iCalendar 0.9
//
// To set values, change the text between the single quotes
// Follow instructions to the right for detailed information
@@ -35,6 +35,7 @@ $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 = 'yes'; // Show the search box in the sidebar.
$header_always = 'no'; // Set to yes to have header on print.php
+$allow_preferences = 'yes'; // Allow visitors to change various preferences via cookies.
$blacklisted_cals[] = ''; // Fill in between the quotes the name of the calendars
$blacklisted_cals[] = ''; // you wish to 'blacklist' or that you don't want to show up in your calendar

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