aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-26 01:44:21 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-26 01:44:21 +0000
commit1a966a889f41c71b7bdcbe332169b42d1f3bb350 (patch)
tree7ee22e2b625413fff68e3d307a3145d58d2a5161 /config.inc.php
parentcd0cbe802fba76310d906770b438a983e80a0250 (diff)
downloadphpicalendar-1a966a889f41c71b7bdcbe332169b42d1f3bb350.tar.gz
phpicalendar-1a966a889f41c71b7bdcbe332169b42d1f3bb350.tar.bz2
phpicalendar-1a966a889f41c71b7bdcbe332169b42d1f3bb350.zip
Revert back to normal.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.inc.php b/config.inc.php
index 8efa9e5..201199f 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -42,13 +42,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 = 'no'; // Show completed todos on your todo list.
-$allow_login = 'n0'; // Set to yes to prompt for login to unlock calendars.
+$allow_login = 'no'; // Set to yes to prompt for login to unlock calendars.
// Webdav style publishing
$phpicalendar_publishing = ''; // Set to '1' to enable remote webdav style publish. See 'calendars/publish.php' for complete information;
// Administration settings
-$allow_admin = 'yes'; // Set to yes to allow the admin page - remember to change the default password if using 'internal' as the $auth_method
+$allow_admin = 'no'; // Set to yes to allow the admin page - remember to change the default password if using 'internal' as the $auth_method
$auth_method = 'ftp'; // Valid values are: 'ftp', 'internal', or 'none'. 'ftp' uses the ftp server's username and password as well as ftp commands to delete and copy files. 'internal' uses $auth_internal_username and $auth_internal_password defined below - CHANGE the password. 'none' uses NO authentication - meant to be used with another form of authentication such as http basic.
$auth_internal_username = 'admin'; // Only used if $auth_method='internal'. The username for the administrator.
$auth_internal_password = 'default'; // Only used if $auth_method='internal'. The password for the administrator.

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