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 --- admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin') 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; -- cgit v1.2.3