1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 14:25:55 +00:00

set interval between new version updates to once per 24 hours

This commit is contained in:
Andrew Dolgov
2008-08-29 16:46:12 +01:00
parent 8b803aa2b5
commit 2d1d59c79b

View File

@@ -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 "<param key=\"new_version_available\" value=\"".