From 61c6fb3a7bea8c5d0b2db717023e6f34fbd09f92 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Wed, 23 May 2007 18:29:33 +0000 Subject: patches to change none to server --- config.inc-dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.inc-dist.php') diff --git a/config.inc-dist.php b/config.inc-dist.php index 2c50bfb..0b895f9 100644 --- a/config.inc-dist.php +++ b/config.inc-dist.php @@ -54,7 +54,7 @@ $phpicalendar_publishing = ''; // Set to '1' to enable remote webdav style pu // Administration settings (/admin/) $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 = 'internal'; // 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_method = 'internal'; // Valid values are: 'ftp', 'internal', or 'server'. '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. 'server' uses NO authentication from phpicalendar - 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 = 'admin'; // Only used if $auth_method='internal'. The password for the administrator. $ftp_server = 'localhost'; // Only used if $auth_method='ftp'. The ftp server name. 'localhost' will work for most servers. -- cgit v1.2.3