From 8cf0cfa904dbc81496e07b8258efcf5446f1c272 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 8 Feb 2004 22:37:03 +0000 Subject: Tweeks of admin initial wiring of template. --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.inc.php') diff --git a/config.inc.php b/config.inc.php index 68e73df..11d4deb 100644 --- a/config.inc.php +++ b/config.inc.php @@ -49,7 +49,7 @@ $allow_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 +$allow_admin = 'yes'; // 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