Revision e5f34255
Added by Scott Ullrich almost 20 years ago
usr/local/www/system_firmware.php | ||
---|---|---|
43 | 43 |
echo "<p class=\"pgtitle\"><?=$pgtitle?></p>\n"; |
44 | 44 |
echo "<div>\n"; |
45 | 45 |
print_info_box("A upgrade is currently in progress.<p>The firewall will reboot when the operation is complete."); |
46 |
echo "<center><img src='/themes/<?= $g['theme']; ?>/images/icons/icon_fw-update.gif'>";
|
|
46 |
echo "<center><img src='/themes/{$g['theme']}/images/icons/icon_fw-update.gif'>";
|
|
47 | 47 |
echo "</div>\n"; |
48 | 48 |
include("fend.inc"); |
49 | 49 |
echo "</body>"; |
Also available in: Unified diff
Woops. Correct error.