summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_check.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/system_firmware_check.php')
-rwxr-xr-xusr/local/www/system_firmware_check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_check.php b/usr/local/www/system_firmware_check.php
index ffaf6e8..e857e35 100755
--- a/usr/local/www/system_firmware_check.php
+++ b/usr/local/www/system_firmware_check.php
@@ -31,7 +31,7 @@
require_once("guiconfig.inc");
require_once("xmlrpc.inc");
-if($config['system']['disablefirmwarecheck'])
+if(isset($config['system']['disablefirmwarecheck']))
Header("Location: system_firmware.php");
?>
OpenPOWER on IntegriCloud