summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-16 18:16:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-16 18:16:06 +0000
commite5f34255dcdef5d3b4ba49faa84e98b240c86648 (patch)
tree71c5195da8f597453ca475d6f5dd9cf018a9e51d /usr/local/www/system_firmware.php
parentf10bf0dad825d7fe0a53a39a49fc1fc15f65bc00 (diff)
downloadpfsense-e5f34255dcdef5d3b4ba49faa84e98b240c86648.zip
pfsense-e5f34255dcdef5d3b4ba49faa84e98b240c86648.tar.gz
Woops. Correct error.
Diffstat (limited to 'usr/local/www/system_firmware.php')
-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 ea1292c..f9b0208 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -43,7 +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 "<center><img src='/themes/{$g['theme']}/images/icons/icon_fw-update.gif'>";
echo "</div>\n";
include("fend.inc");
echo "</body>";
OpenPOWER on IntegriCloud