summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 4e66d2f9e..0f4a72dc1 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -12,7 +12,7 @@
if (!USE_HTTP_AUTH) {
if (!$_SESSION["uid"]) {
- header("Location: login.php");
+ header("Location: login.php?rt=tt-rss.php");
exit;
}
} else {