Revision 7c1260e3
Added by Scott Ullrich over 13 years ago
usr/local/www/system_firmware_restorefullbackup.php | ||
---|---|---|
50 | 50 |
/* omit no-cache headers because it confuses IE with file downloads */ |
51 | 51 |
$omit_nocacheheaders = true; |
52 | 52 |
|
53 |
require("guiconfig.inc"); |
|
53 |
|
|
54 | 54 |
require_once("functions.inc"); |
55 |
require("guiconfig.inc"); |
|
55 | 56 |
require_once("filter.inc"); |
56 | 57 |
require_once("shaper.inc"); |
57 | 58 |
|
... | ... | |
135 | 136 |
echo format_bytes($size); |
136 | 137 |
echo "</td>"; |
137 | 138 |
echo "<td class='listr' width='10%' colspan='1'>"; |
138 |
echo "<a onclick=\"return confirm('" . gettext("Do you really want to delete this item?") . "')\" href='system_firmware_restorefullbackup.php?deletefile=" . htmlspecialchars($arf) . "'>";
|
|
139 |
echo "<a onclick=\"return confirm('" . gettext("Do you really want to delete this backup?") . "')\" href='system_firmware_restorefullbackup.php?deletefile=" . htmlspecialchars($arf) . "'>";
|
|
139 | 140 |
echo gettext("Delete"); |
140 | 141 |
echo "</td>"; |
141 | 142 |
echo "</tr>"; |
Also available in: Unified diff
Include functions first. Just saw a APC cache bug for getAllowedPages()