From c0130d7e6c62a0eda8132c9630f24179cc805fac Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 15 Aug 2005 22:43:55 +0000 Subject: Convert echo to print_info_box() Suggested-by: hoba --- usr/local/www/system_firmware.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www') 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 "

\n"; echo "
\n"; - echo "A upgrade is currently in progress.

The firewall will reboot when the operation is complete.\n"; + print_info_box("A upgrade is currently in progress.

The firewall will reboot when the operation is complete.\n"); echo "

\n"; include("fend.inc"); echo ""; -- cgit v1.1