mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-11-23 23:20:59 +01:00
auto-check for updates hourly
This commit is contained in:
parent
36e05046e0
commit
c04206e555
@ -2446,7 +2446,7 @@
|
||||
|
||||
if (CHECK_FOR_NEW_VERSION && $_SESSION["access_level"] >= 10) {
|
||||
|
||||
if ($_SESSION["last_version_check"] + 600 < time()) {
|
||||
if ($_SESSION["last_version_check"] + 7200 < time()) {
|
||||
$new_version_details = check_for_update($link);
|
||||
|
||||
print "<param key=\"new_version_available\" value=\"".
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user