mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 01:31:29 +00:00
skip new version checking right after login to speed up startup
This commit is contained in:
@@ -1850,6 +1850,8 @@
|
|||||||
|
|
||||||
$_SESSION["ip_address"] = $_SERVER["REMOTE_ADDR"];
|
$_SESSION["ip_address"] = $_SERVER["REMOTE_ADDR"];
|
||||||
$_SESSION["pwd_hash"] = db_fetch_result($result, 0, "pwd_hash");
|
$_SESSION["pwd_hash"] = db_fetch_result($result, 0, "pwd_hash");
|
||||||
|
|
||||||
|
$_SESSION["last_version_check"] = time();
|
||||||
|
|
||||||
initialize_user_prefs($link, $_SESSION["uid"]);
|
initialize_user_prefs($link, $_SESSION["uid"]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user