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.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/usr/local/www/system_firmware_check.php b/usr/local/www/system_firmware_check.php
index c27bc00..f7eb4cb 100755
--- a/usr/local/www/system_firmware_check.php
+++ b/usr/local/www/system_firmware_check.php
@@ -34,11 +34,14 @@ require_once("xmlrpc.inc");
if(isset($config['system']['disablefirmwarecheck']))
Header("Location: system_firmware.php");
+$versions = check_firmware_version();
$pgtitle = "System: Auto Update";
include("head.inc");
?>
- <body link="#0000CC" vlink="#0000CC" alink="#0000CC">
+<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
+<?php include("fbegin.inc"); ?>
+<p class="pgtitle"><?=$pgtitle?></p>
<SCRIPT>
<!--
function toggleTable (table, img) {
@@ -56,11 +59,6 @@ include("head.inc");
}
//-->
</SCRIPT>
-<?php
-include("fbegin.inc");
-$versions = check_firmware_version();
-?>
- <p class="pgtitle">System: Auto Update</p>
<div id="bottomonly">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
OpenPOWER on IntegriCloud