diff options
-rwxr-xr-x | usr/local/www/system_firmware.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php index 68c1030..450310a 100755 --- a/usr/local/www/system_firmware.php +++ b/usr/local/www/system_firmware.php @@ -42,7 +42,7 @@ if(file_exists($d_firmwarelock_path)) { include("fbegin.inc"); echo "<p class=\"pgtitle\"><?=$pgtitle?></p>\n"; echo "<div>\n"; - echo "A upgrade is currently in progress.<p>The firewall will reboot when the operation is complete.\n"; + print_info_box("A upgrade is currently in progress.<p>The firewall will reboot when the operation is complete.\n"); echo "</div>\n"; include("fend.inc"); echo "</body>"; |