diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-16 18:16:06 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-16 18:16:06 +0000 |
commit | e5f34255dcdef5d3b4ba49faa84e98b240c86648 (patch) | |
tree | 71c5195da8f597453ca475d6f5dd9cf018a9e51d | |
parent | f10bf0dad825d7fe0a53a39a49fc1fc15f65bc00 (diff) | |
download | pfsense-e5f34255dcdef5d3b4ba49faa84e98b240c86648.zip pfsense-e5f34255dcdef5d3b4ba49faa84e98b240c86648.tar.gz |
Woops. Correct error.
-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 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>"; |