From c04206e55560f8e8e70a01407d228d44646e6b05 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 20 Aug 2007 14:18:52 +0100 Subject: auto-check for updates hourly --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 11bb9d8a8..fd8f4da00 100644 --- a/functions.php +++ b/functions.php @@ -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 "