summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-08 16:18:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-08 16:18:07 +0000
commitac869cd99b47047df30c82cc0444e6bb8182b67f (patch)
tree8876f70761e97c338f54ceab8a60f713aeaec8cb /usr/local/www/system_firmware.php
parent84e07b0b29e27dad6593ccd5a7d4cefca5046dc5 (diff)
downloadpfsense-ac869cd99b47047df30c82cc0444e6bb8182b67f.zip
pfsense-ac869cd99b47047df30c82cc0444e6bb8182b67f.tar.gz
Do not show that an upgrade is available if auto upgrade is in progress.
Diffstat (limited to 'usr/local/www/system_firmware.php')
-rwxr-xr-xusr/local/www/system_firmware.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index ca16945..ea78b0f 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -68,6 +68,9 @@ function check_firmware_version() {
fclose($rfd);
+ if($_GET['autoupgrade'] <> "")
+ return;
+
return $resp;
}
OpenPOWER on IntegriCloud