diff --git a/functions.php b/functions.php
index 32540bf5..16b5dac6 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 {
diff --git a/prefs.php b/prefs.php
index 47942529..d2d3ca34 100644
--- a/prefs.php
+++ b/prefs.php
@@ -51,20 +51,10 @@
if (!SINGLE_USER_MODE) { ?>
- if (USE_HTTP_AUTH) { ?>
-
- Hello, = $_SESSION["name"] ?> |
-
- |
- } else { ?>
Hello, = $_SESSION["name"] ?>
(Logout)
} ?>
- |
- } ?>
+
diff --git a/tt-rss.php b/tt-rss.php
index 8a43f4d4..2a83508d 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -64,20 +64,10 @@
if (!SINGLE_USER_MODE) { ?>
- if (USE_HTTP_AUTH) { ?>
-
- Hello, = $_SESSION["name"] ?> |
-
- |
- } else { ?>
Hello, = $_SESSION["name"] ?>
(Logout)
} ?>
|
- } ?>