diff --git a/functions.php b/functions.php index 6376a282c..9f7f39d24 100644 --- a/functions.php +++ b/functions.php @@ -2331,7 +2331,7 @@ print ""; - if ($_SESSION["daemon_stamp_check"] + 0 < time()) { + if ($_SESSION["daemon_stamp_check"] + 600 < time()) { $stamp = (int)read_stampfile("update_daemon.stamp");