summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/prefs.php b/prefs.php
index 0673fd36f..ac874a8e4 100644
--- a/prefs.php
+++ b/prefs.php
@@ -12,11 +12,12 @@
if (!USE_HTTP_AUTH) {
if (!$_SESSION["uid"]) {
- header("Location: login.php?rt=prefs.php");
+ header("Location: login.php?rt=tt-rss.php");
exit;
}
} else {
- authenticate_user($link);
+ $force_logout = $_POST["ForceLogout"];
+ http_authenticate_user($link, $force_logout == "yes");
}
} else {
$_SESSION["uid"] = 1;