From 26c5729f9d02272ae16ca165bc320e5a1dc5115b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 20 Nov 2005 12:27:11 +0100 Subject: more http auth related work, logout still doesn't work --- functions.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 32540bf56..16b5dac67 100644 --- a/functions.php +++ b/functions.php @@ -678,12 +678,8 @@ exit; } } else { - $force_logout = $_POST["ForceLogout"]; - - if (!http_authenticate_user($link, $force_logout == "yes")) { - if (!http_authenticate_user($link, true)) { - exit; - } + if (!http_authenticate_user($link, false)) { + exit; } } } else { -- cgit v1.2.3-54-g00ecf