diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php index b2cba9f78a..49764c548c 100755 --- a/usr/local/www/system_firmware_auto.php +++ b/usr/local/www/system_firmware_auto.php @@ -57,13 +57,14 @@ else if($_POST['backupbeforeupgrade']) touch("/tmp/perform_full_backup.txt"); +$closehead = false; $pgtitle = array(gettext("Diagnostics"),gettext("Firmware"),gettext("Auto Update")); include("head.inc"); ?> - - + + @@ -71,7 +72,7 @@ include("head.inc");
- +
- +
- +
-
-
- +
+ - + - +
- - - +
- -
+
+ +
-
-
+
-
@@ -126,9 +123,8 @@ include("head.inc");
+ - - $upgrade_latest_tgz_sha256) { update_output_window(gettext("Auto upgrade aborted.") . " \n\n" . gettext("Downloaded SHA256") . ": " . $downloaded_latest_tgz_sha256 . "\n\n" . gettext("Needed SHA256") . ": " . $upgrade_latest_tgz_sha256); } else { update_output_window($g['product_name'] . " " . gettext("is now upgrading.") . "\\n\\n" . gettext("The firewall will reboot once the operation is completed.")); - echo "\n"; + echo "\n"; mwexec_bg($external_upgrade_helper_text); } @@ -274,3 +274,6 @@ function read_body_firmware($ch, $string) { } ?> + + +