aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-02-08 22:37:03 +0000
committerChad Little <clittle@users.sourceforge.net>2004-02-08 22:37:03 +0000
commit8cf0cfa904dbc81496e07b8258efcf5446f1c272 (patch)
tree8114b99b4a65a78737b8489e74afec4a7b855e36 /config.inc.php
parentb4b1947362e1b6d92ce23b44b626ebbaabb401b4 (diff)
downloadphpicalendar-8cf0cfa904dbc81496e07b8258efcf5446f1c272.tar.gz
phpicalendar-8cf0cfa904dbc81496e07b8258efcf5446f1c272.tar.bz2
phpicalendar-8cf0cfa904dbc81496e07b8258efcf5446f1c272.zip
Tweeks of admin initial wiring of template.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php2
1 files changed, 1 insertions, 1 deletions
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.

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