aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-24 01:36:15 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-24 01:36:15 +0000
commit6a6ac465f4ee315422847885f50d80ce63154cf2 (patch)
treec936705fca48f084fa8ae0ae9a63fa7a2f62f1a4 /config.inc.php
parent323c110cb7787a09c175594001e2ba16674d9c50 (diff)
downloadphpicalendar-6a6ac465f4ee315422847885f50d80ce63154cf2.tar.gz
phpicalendar-6a6ac465f4ee315422847885f50d80ce63154cf2.tar.bz2
phpicalendar-6a6ac465f4ee315422847885f50d80ce63154cf2.zip
Added publish on/off switch.
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 5516444..dfd654b 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -39,12 +39,13 @@ $use_color_cals = 'yes'; // Display each calendar in the pop-up as a differe
$daysofweek_dayview = 'no'; // Display the days of the week in day.php view.
$enable_rss = 'yes'; // Enable RSS access to your calendars (good thing).
$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.
+$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.
-$show_completed = 'no'; // Show completed todos on your todo list.
+$show_completed = 'no'; // Show completed todos on your todo list.
$show_login = 'no'; // Set to yes to prompt for login to unlock calendars.
+$phpicalendar_publishing = ''; // Set to '1' to enable remote webdav style publish. See 'calendars/publish.php' for complete information;
// Administration settings
$allow_admin = 'no'; // Set to yes to allow the admin page - remember to change the default password if using 'internal' as the $auth_method

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