summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-01 22:28:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-01 22:28:22 +0000
commitfda1fdaec91c829a5decde847b293ff41170195e (patch)
treecebad9b169d6d78cba0ab5e0cdbd1385726a994a /usr
parent2e506568d0ab96fc5cf474272276e004cc0aa242 (diff)
downloadpfsense-fda1fdaec91c829a5decde847b293ff41170195e.zip
pfsense-fda1fdaec91c829a5decde847b293ff41170195e.tar.gz
More refresh patches from databeestje
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/carp_status.php1
-rwxr-xr-xusr/local/www/diag_dhcp_leases.php3
-rwxr-xr-xusr/local/www/diag_ipsec_sad.php3
-rwxr-xr-xusr/local/www/status_queues.php3
-rwxr-xr-xusr/local/www/status_services.php2
5 files changed, 12 insertions, 0 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index 0df9f81..453f2fc 100755
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -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"); ?>
diff --git a/usr/local/www/diag_dhcp_leases.php b/usr/local/www/diag_dhcp_leases.php
index eb0f5a5..adb418b 100755
--- a/usr/local/www/diag_dhcp_leases.php
+++ b/usr/local/www/diag_dhcp_leases.php
@@ -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>
diff --git a/usr/local/www/diag_ipsec_sad.php b/usr/local/www/diag_ipsec_sad.php
index 3776dce..1f05ed6 100755
--- a/usr/local/www/diag_ipsec_sad.php
+++ b/usr/local/www/diag_ipsec_sad.php
@@ -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>
diff --git a/usr/local/www/status_queues.php b/usr/local/www/status_queues.php
index 25464a6..69854f5 100755
--- a/usr/local/www/status_queues.php
+++ b/usr/local/www/status_queues.php
@@ -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>
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php
index a116151..4b47e2d 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -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>
OpenPOWER on IntegriCloud