mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 10:31:28 +00:00
redirect back support for login.php
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user