From 784b47a3a32b8a3a4d47ec99526adb5c6b7d2a46 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 16 Jul 2007 14:10:32 +0100 Subject: daemon: properly limit check on stampfile --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.3