From 8cb7480484d03a06663ac031ad3db33ea46b77ae Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 20 Nov 2005 11:14:38 +0100 Subject: fix http basic authentication --- tt-rss.php | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'tt-rss.php') diff --git a/tt-rss.php b/tt-rss.php index 0f4a72dc1..9e04bc677 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -16,7 +16,8 @@ exit; } } else { - authenticate_user($link); + $force_logout = $_POST["ForceLogout"]; + http_authenticate_user($link, $force_logout == "yes"); } } else { $_SESSION["uid"] = 1; @@ -77,7 +78,18 @@ - Hello, (Logout) + + + +
Hello,
+ + +
+
+ + Hello, (Logout) + + -- cgit v1.2.3