diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php index 16bc49d414..51de8bcb63 100755 --- a/usr/local/www/system_firmware.php +++ b/usr/local/www/system_firmware.php @@ -34,6 +34,23 @@ $d_isfwfile = 1; require_once("guiconfig.inc"); require_once("xmlrpc_client.inc"); +/* if upgrade in progress, alert user */ +if(file_exists($d_firmwarelock_path)) { + $pgtitle = "System: Firmware: Manual Update"; + include("head.inc"); + echo "
\n"; + include("fbegin.inc"); + echo "=$pgtitle?>
\n"; + echo "The firewall will reboot when the operation is complete."); + echo "