aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2007-05-23 18:29:33 +0000
committerJim Hu <jimhu@users.sourceforge.net>2007-05-23 18:29:33 +0000
commit61c6fb3a7bea8c5d0b2db717023e6f34fbd09f92 (patch)
tree4e127440f4bff1cfda609dca8f08b71c88c4766c /admin
parentc213f0f754339609ce9865bcf14064017deff47c (diff)
downloadphpicalendar-61c6fb3a7bea8c5d0b2db717023e6f34fbd09f92.tar.gz
phpicalendar-61c6fb3a7bea8c5d0b2db717023e6f34fbd09f92.tar.bz2
phpicalendar-61c6fb3a7bea8c5d0b2db717023e6f34fbd09f92.zip
patches to change none to server
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 71b0c18..83cb70f 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -32,7 +32,7 @@ if ((isset($_GET['action'])) && ($_GET['action'] == 'logout')) {
$username = $_POST['username'];
$password = $_POST['password'];
-if ($auth_method == 'none') {
+if ($auth_method == 'server') {
$is_loged_in = TRUE;
} else {
$is_loged_in = FALSE;

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