From 91c5f22946ab93d1eaf1bccc2f0c5c3dece6bc43 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 13 Sep 2010 16:00:05 +0400 Subject: [PATCH] skip new version checking right after login to speed up startup --- functions.php | 2 ++ 1 file changed, 2 insertions(+) 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"]); -- 2.39.2