From: Andrew Dolgov Date: Mon, 13 Sep 2010 12:00:05 +0000 (+0400) Subject: skip new version checking right after login to speed up startup X-Git-Tag: 1.4.3.1 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=91c5f22946ab93d1eaf1bccc2f0c5c3dece6bc43;p=tt-rss.git skip new version checking right after login to speed up startup --- diff --git a/functions.php b/functions.php index e7d95c15..115bdfeb 100644 --- a/functions.php +++ b/functions.php @@ -1850,6 +1850,8 @@ $_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"]);