summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-20 14:18:52 +0100
committerAndrew Dolgov <[email protected]>2007-08-20 14:18:52 +0100
commitc04206e55560f8e8e70a01407d228d44646e6b05 (patch)
tree4eb252e082f1ba794d7c6c8e872eccd4ae40dd22
parent36e05046e05df61687627fb7f1241b51fb6b568d (diff)
auto-check for updates hourly
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
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 "<param key=\"new_version_available\" value=\"".