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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user