From 5c50ae405e0617c36cbe888b8de204e4948403f4 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 21 Jun 2005 15:43:49 +0000 Subject: * Add back disable firmware check. * Redirect to system_firmware.php if the firmware check is disabled --- usr/local/www/system_firmware_check.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr/local/www/system_firmware_check.php') 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"); + ?> -- cgit v1.1