mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
More refresh patches from databeestje
This commit is contained in:
parent
2e506568d0
commit
fda1fdaec9
@ -170,6 +170,7 @@ include("head.inc");
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['PHP_SELF']; ?>">
|
||||
|
||||
<?php include("fend.inc"); ?>
|
||||
|
||||
|
||||
@ -204,6 +204,9 @@ foreach ($leases as $data) {
|
||||
<?php else: ?>
|
||||
<p><strong>No leases file found. Is the DHCP server active?</strong></p>
|
||||
<?php endif; ?>
|
||||
|
||||
<meta http-equiv="refresh" content="120;url=<?php print $_SERVER['PHP_SELF']; ?>">
|
||||
|
||||
<?php include("fend.inc"); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -145,6 +145,9 @@ foreach ($sad as $sa): ?>
|
||||
</td></tr>
|
||||
|
||||
</table>
|
||||
|
||||
<meta http-equiv="refresh" content="120;url=<?php print $_SERVER['PHP_SELF']; ?>">
|
||||
|
||||
<?php include("fend.inc"); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -110,6 +110,9 @@ if(!isset($config['shaper']['enable'])) {
|
||||
</p>
|
||||
</form>
|
||||
<br><a href="status_queues.php?reset=true">Reset</a> queues if they do not load.
|
||||
|
||||
<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['PHP_SELF']; ?>">
|
||||
|
||||
<?php include("fend.inc"); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -180,6 +180,8 @@ if($services) {
|
||||
</tr></table>
|
||||
</div>
|
||||
|
||||
<meta http-equiv="refresh" content="120;url=<?php print $_SERVER['PHP_SELF']; ?>">
|
||||
|
||||
<?php include("fend.inc"); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user