Revision b229cae4
Added by Scott Ullrich over 17 years ago
usr/local/www/system_firmware.php | ||
---|---|---|
39 | 39 |
include("head.inc"); |
40 | 40 |
echo "<body link=\"#0000CC\" vlink=\"#0000CC\" alink=\"#0000CC\">\n"; |
41 | 41 |
include("fbegin.inc"); |
42 |
echo "<p class=\"pgtitle\"><?=$pgtitle?></p>\n"; |
|
43 | 42 |
echo "<div>\n"; |
44 | 43 |
print_info_box("An upgrade is currently in progress.<p>The firewall will reboot when the operation is complete.<p><center><img src='/themes/{$g['theme']}/images/icons/icon_fw-update.gif'>"); |
45 | 44 |
echo "</div>\n"; |
Also available in: Unified diff
Switch over to array style page titles. Obtained-from: m0n0wall