More refresh patches from databeestje

This commit is contained in:
Scott Ullrich 2005-09-01 22:28:22 +00:00
parent 2e506568d0
commit fda1fdaec9
5 changed files with 12 additions and 0 deletions

View File

@ -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"); ?>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>