aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-22 03:45:33 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-22 03:45:33 +0000
commitcfde005f011663c9b19f53384398e6bbf9a364c7 (patch)
tree51fc79ab03d7e11c9860cd04a7874533a37ac032 /config.inc.php
parent6407f1bedb91a8c9d35b00ff2d1756c0759f2bd0 (diff)
downloadphpicalendar-cfde005f011663c9b19f53384398e6bbf9a364c7.tar.gz
phpicalendar-cfde005f011663c9b19f53384398e6bbf9a364c7.tar.bz2
phpicalendar-cfde005f011663c9b19f53384398e6bbf9a364c7.zip
Updated files for 1.0.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.inc.php b/config.inc.php
index 5319547..b739dc4 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -1,6 +1,6 @@
<?php
-// Configuration file for PHP iCalendar 0.9.5
+// Configuration file for PHP iCalendar 1.0
//
// To set values, change the text between the single quotes
// Follow instructions to the right for detailed information
@@ -41,7 +41,8 @@ $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.
+$enable_publishing = 'no'; // Enable webdav style publishing to your calendar's folder. READ calendars/publish.php before using!
+$show_search = 'yes'; // Show the search box in the sidebar.
$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).
$show_todos = 'yes'; // Show your todo list on the side of day and week view.

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