summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-19 12:31:35 +0100
committerAndrew Dolgov <[email protected]>2005-11-19 12:31:35 +0100
commitf6d0ab1498706b7e3a1aa55b87f5b4cb8707b267 (patch)
tree5ab345582b7249d8fdf354ec9ec130bfcfb8e499 /tt-rss.php
parentac6080ece78a53fb27fdd67e939bf46c92e40baf (diff)
redirect back support for login.php
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 {