summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-16 16:35:46 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-16 16:35:46 +0000
commit7e1eb38eaa852a0a00184b07e27695bad08b54cb (patch)
treef2bf5011ff72528bfc7b0d9bd86e1994b9e4d42e /usr/local/www/system_firmware.php
parent929d48cbf2f53575b8d7917140359dd04306b495 (diff)
downloadpfsense-7e1eb38eaa852a0a00184b07e27695bad08b54cb.zip
pfsense-7e1eb38eaa852a0a00184b07e27695bad08b54cb.tar.gz
Use new firmware update icon from hoba
Diffstat (limited to 'usr/local/www/system_firmware.php')
-rwxr-xr-xusr/local/www/system_firmware.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 204b086..ea1292c 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -43,6 +43,7 @@ if(file_exists($d_firmwarelock_path)) {
echo "<p class=\"pgtitle\"><?=$pgtitle?></p>\n";
echo "<div>\n";
print_info_box("A upgrade is currently in progress.<p>The firewall will reboot when the operation is complete.");
+ echo "<center><img src='/themes/<?= $g['theme']; ?>/images/icons/icon_fw-update.gif'>";
echo "</div>\n";
include("fend.inc");
echo "</body>";
OpenPOWER on IntegriCloud