1
0
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:
Andrew Dolgov
2009-02-12 20:16:10 +03:00
parent b4dc02e207
commit 206d496762
5 changed files with 68 additions and 29 deletions

View File

@@ -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 */