From 1a966a889f41c71b7bdcbe332169b42d1f3bb350 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 26 Nov 2003 01:44:21 +0000 Subject: Revert back to normal. --- config.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.inc.php') 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. -- cgit v1.2.3