1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 02:41:29 +00:00

more http auth related work, logout still doesn't work

This commit is contained in:
Andrew Dolgov
2005-11-20 12:27:11 +01:00
parent b8aa49bc97
commit 26c5729f9d
3 changed files with 3 additions and 27 deletions

View File

@@ -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 {