summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_check.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-21 15:43:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-21 15:43:49 +0000
commit5c50ae405e0617c36cbe888b8de204e4948403f4 (patch)
treebe5fab1381dabe7152ce05a75d593a991dfea7be /usr/local/www/system_firmware_check.php
parent91e58a1a5dc30a1065f636183bf96739a0a7bffc (diff)
downloadpfsense-5c50ae405e0617c36cbe888b8de204e4948403f4.zip
pfsense-5c50ae405e0617c36cbe888b8de204e4948403f4.tar.gz
* Add back disable firmware check.
* Redirect to system_firmware.php if the firmware check is disabled
Diffstat (limited to 'usr/local/www/system_firmware_check.php')
-rwxr-xr-xusr/local/www/system_firmware_check.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/system_firmware_check.php b/usr/local/www/system_firmware_check.php
index 5648cf0..ffaf6e8 100755
--- a/usr/local/www/system_firmware_check.php
+++ b/usr/local/www/system_firmware_check.php
@@ -31,6 +31,9 @@
require_once("guiconfig.inc");
require_once("xmlrpc.inc");
+if($config['system']['disablefirmwarecheck'])
+ Header("Location: system_firmware.php");
+
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
OpenPOWER on IntegriCloud