aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2007-05-23 18:30:37 +0000
committerJim Hu <jimhu@users.sourceforge.net>2007-05-23 18:30:37 +0000
commit72c5208463e9af43e0f7ae2287e3132ee25df033 (patch)
tree6e12d279df66684571bb86cf08d15eca2f6da05e /admin
parent61c6fb3a7bea8c5d0b2db717023e6f34fbd09f92 (diff)
downloadphpicalendar-72c5208463e9af43e0f7ae2287e3132ee25df033.tar.gz
phpicalendar-72c5208463e9af43e0f7ae2287e3132ee25df033.tar.bz2
phpicalendar-72c5208463e9af43e0f7ae2287e3132ee25df033.zip
patches to change none to server - fix the comment too
Diffstat (limited to 'admin')
-rw-r--r--admin/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/index.php b/admin/index.php
index 83cb70f..11108cc 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -28,7 +28,7 @@ if ((isset($_GET['action'])) && ($_GET['action'] == 'logout')) {
}
-// if $auth_method == 'none', don't do any authentication
+// if $auth_method == 'server', don't do any authentication
$username = $_POST['username'];
$password = $_POST['password'];

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