]> git.wh0rd.org - tt-rss.git/blobdiff - functions.php
skip new version checking right after login to speed up startup
[tt-rss.git] / functions.php
index e7d95c15231c3893c913d41d3d056327d51c9176..115bdfebd13a51b43f7604d4f111d54b3c79ed48 100644 (file)
        
                                $_SESSION["ip_address"] = $_SERVER["REMOTE_ADDR"];
                                $_SESSION["pwd_hash"] = db_fetch_result($result, 0, "pwd_hash");
+
+                               $_SESSION["last_version_check"] = time();
        
                                initialize_user_prefs($link, $_SESSION["uid"]);