mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-27 10:21:29 +00:00
rework gears offline/online interaction the way it probably should be done (also remove redirecting login system)
This commit is contained in:
@@ -1918,8 +1918,8 @@
|
||||
}
|
||||
|
||||
if (!$_SESSION["uid"] || !validate_session($link)) {
|
||||
//render_login_form($link, $mobile);
|
||||
header("Location: login.php");
|
||||
render_login_form($link, $mobile);
|
||||
//header("Location: login.php");
|
||||
exit;
|
||||
} else {
|
||||
/* bump login timestamp */
|
||||
|
||||
Reference in New Issue
Block a user