diff options
-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>"; |