summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-15 22:43:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-15 22:43:55 +0000
commitc0130d7e6c62a0eda8132c9630f24179cc805fac (patch)
tree0e5da01aefbc1ab9bb44c3774265dbab1ac224be /usr/local/www
parent6efc896dc8b15debe9f8f31be2a8e819e4fa6f93 (diff)
downloadpfsense-c0130d7e6c62a0eda8132c9630f24179cc805fac.zip
pfsense-c0130d7e6c62a0eda8132c9630f24179cc805fac.tar.gz
Convert echo to print_info_box()
Suggested-by: hoba
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/system_firmware.php2
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>";
OpenPOWER on IntegriCloud