aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-10-01 22:26:25 +0000
committerChad Little <clittle@users.sourceforge.net>2004-10-01 22:26:25 +0000
commita60b34f624544fff2b85678c4773a73193598388 (patch)
treec83bab12b939daad828963a793beb43dc4a27c29 /config.inc.php
parenta217399d237bda9bdb1e3a2ca2d8897b84acacff (diff)
downloadphpicalendar-a60b34f624544fff2b85678c4773a73193598388.tar.gz
phpicalendar-a60b34f624544fff2b85678c4773a73193598388.tar.bz2
phpicalendar-a60b34f624544fff2b85678c4773a73193598388.zip
Continued work on admin functions. Needs testing.
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 54ccbd8..90d052a 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -52,9 +52,9 @@ $phpicalendar_publishing = ''; // Set to '1' to enable remote webdav style pu
// Administration settings (admin.php)
$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_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_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.
+$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.
$ftp_calendar_path = ''; // Only used if $auth_method='ftp'. The full path to the calendar directory on the ftp server. If = '', will attempt to deduce the path based on $calendar_path, but may not be accurate depending on ftp server config.

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