aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-03-30 00:31:38 +0000
committerChad Little <clittle@users.sourceforge.net>2003-03-30 00:31:38 +0000
commitf6f28f72894b5d54e9ded8c72c927bc8168e336f (patch)
tree9893c64560505c2437b293436f53dab8cd6685ff /config.inc.php
parentefa91c2010a6ed09b8989260e782fa6de44b3897 (diff)
downloadphpicalendar-f6f28f72894b5d54e9ded8c72c927bc8168e336f.tar.gz
phpicalendar-f6f28f72894b5d54e9ded8c72c927bc8168e336f.tar.bz2
phpicalendar-f6f28f72894b5d54e9ded8c72c927bc8168e336f.zip
Initial check-in for Administration controls.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.inc.php b/config.inc.php
index 1f630a7..f88c14f 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -44,6 +44,13 @@ $allow_preferences = 'yes'; // Allow visitors to change various preferences v
$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 = 'yes'; // Show completed todos on your todo list.
+
+// Administration settings
+$allow_admin = 'yes'; // Set to yes to allow the admin page - remember to change the default password
+$external_auth = 'no'; // Set to yes if external authentication (such as HTTP Authentication) is used and no authentican should be performed by PHP iCalendar
+$admin_username = 'clittle'; // The username for the administrator
+$admin_password = 'jackhamm3r'; // change this if allow_admin is set to yes
+$confirm_changes = 'yes'; // Set to no to eliminate the confirmation popup on administration form submits
$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