1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 10:11:28 +00:00

reinstate redirecting login system (problems with Gears)

This commit is contained in:
Andrew Dolgov
2009-02-12 10:29:19 +03:00
parent 45e27f10f7
commit 5fe4848b5a
4 changed files with 190 additions and 3 deletions

View File

@@ -1918,7 +1918,8 @@
}
if (!$_SESSION["uid"] || !validate_session($link)) {
render_login_form($link, $mobile);
//render_login_form($link, $mobile);
header("Location: login.php");
exit;
} else {
/* bump login timestamp */