From: Andrew Dolgov Date: Fri, 29 Aug 2008 15:46:12 +0000 (+0100) Subject: set interval between new version updates to once per 24 hours X-Git-Tag: 1.2.27~28 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2d1d59c79bc0bc9b03ba19d1fbde5fe24323aaba;p=tt-rss.git set interval between new version updates to once per 24 hours --- diff --git a/functions.php b/functions.php index 3aa3cd6a..0e34af34 100644 --- a/functions.php +++ b/functions.php @@ -3061,7 +3061,7 @@ if (CHECK_FOR_NEW_VERSION && $_SESSION["access_level"] >= 10) { - if ($_SESSION["last_version_check"] + 7200 < time()) { + if ($_SESSION["last_version_check"] + 86400 < time()) { $new_version_details = check_for_update($link); print "