From 72c5208463e9af43e0f7ae2287e3132ee25df033 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Wed, 23 May 2007 18:30:37 +0000 Subject: patches to change none to server - fix the comment too --- 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 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']; -- cgit v1.2.3