1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00

new_version_check: add timestamp randomize

This commit is contained in:
Andrew Dolgov 2009-01-22 09:04:45 +01:00
parent 50b2db9632
commit 8742de78bd

View File

@ -3079,7 +3079,7 @@
if (CHECK_FOR_NEW_VERSION && $_SESSION["access_level"] >= 10) {
if ($_SESSION["last_version_check"] + 86400 < time()) {
if ($_SESSION["last_version_check"] + 86400 + rand(-1000, 1000) < time()) {
$new_version_details = check_for_update($link);
print "<param key=\"new_version_available\" value=\"".