]> git.wh0rd.org - tt-rss.git/commitdiff
skip new version checking right after login to speed up startup 1.4.3.1
authorAndrew Dolgov <fox@bah.org.ru>
Mon, 13 Sep 2010 12:00:05 +0000 (16:00 +0400)
committerAndrew Dolgov <fox@bah.org.ru>
Mon, 13 Sep 2010 12:00:05 +0000 (16:00 +0400)
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"]);