summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2007-12-17 07:06:52 +0000
committerChris Buechler <cmb@pfsense.org>2007-12-17 07:06:52 +0000
commitd8748eacf87f3e9762e1c2c4d2562d756fbbe36c (patch)
tree0d2d114cfe526d6aad32431edeb00910157464e8
parent6ae31371a4684825588db60b49cfbd0fb15ffe5b (diff)
downloadpfsense-d8748eacf87f3e9762e1c2c4d2562d756fbbe36c.zip
pfsense-d8748eacf87f3e9762e1c2c4d2562d756fbbe36c.tar.gz
remove annoying and potentially problematic forced page refresh.
Ticket #1545
-rwxr-xr-xusr/local/www/carp_status.php2
-rwxr-xr-xusr/local/www/diag_dhcp_leases.php2
-rwxr-xr-xusr/local/www/diag_dump_states.php1
-rwxr-xr-xusr/local/www/diag_ipsec_sad.php2
-rwxr-xr-xusr/local/www/diag_logs.php1
-rwxr-xr-xusr/local/www/diag_logs_auth.php1
-rwxr-xr-xusr/local/www/diag_logs_dhcp.php1
-rwxr-xr-xusr/local/www/diag_logs_filter.php1
-rwxr-xr-xusr/local/www/diag_logs_ipsec.php1
-rw-r--r--usr/local/www/diag_logs_ntpd.php1
-rw-r--r--usr/local/www/diag_logs_openvpn.php1
-rwxr-xr-xusr/local/www/diag_logs_slbd.php1
-rwxr-xr-xusr/local/www/index.php2
-rwxr-xr-xusr/local/www/status_interfaces.php2
-rwxr-xr-xusr/local/www/status_queues.php2
-rwxr-xr-xusr/local/www/status_services.php4
-rwxr-xr-xusr/local/www/status_slbd_pool.php2
-rwxr-xr-xusr/local/www/status_slbd_vs.php2
-rwxr-xr-xusr/local/www/status_wireless.php3
19 files changed, 2 insertions, 30 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index 10ad211..e117c60 100755
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -174,8 +174,6 @@ include("head.inc");
</table>
</div>
-<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['SCRIPT_NAME']; ?>">
-
<?php include("fend.inc"); ?>
diff --git a/usr/local/www/diag_dhcp_leases.php b/usr/local/www/diag_dhcp_leases.php
index f8557a5..388ffc4 100755
--- a/usr/local/www/diag_dhcp_leases.php
+++ b/usr/local/www/diag_dhcp_leases.php
@@ -345,8 +345,6 @@ foreach ($leases as $data) {
<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['SCRIPT_NAME']; ?>">
-
<?php include("fend.inc"); ?>
</body>
</html>
diff --git a/usr/local/www/diag_dump_states.php b/usr/local/www/diag_dump_states.php
index 68b4da0..74bec09 100755
--- a/usr/local/www/diag_dump_states.php
+++ b/usr/local/www/diag_dump_states.php
@@ -184,7 +184,6 @@ else {
</td>
</tr>
</table>
-<meta http-equiv="refresh" content="60;url=diag_dump_states.php?filter=<?php echo $_GET['filter']; ?>">
<?php require("fend.inc"); ?>
</body>
diff --git a/usr/local/www/diag_ipsec_sad.php b/usr/local/www/diag_ipsec_sad.php
index 8022d09..d42b745 100755
--- a/usr/local/www/diag_ipsec_sad.php
+++ b/usr/local/www/diag_ipsec_sad.php
@@ -146,8 +146,6 @@ foreach ($sad as $sa): ?>
</table>
-<meta http-equiv="refresh" content="120;url=<?php print $_SERVER['SCRIPT_NAME']; ?>">
-
<?php include("fend.inc"); ?>
</body>
</html>
diff --git a/usr/local/www/diag_logs.php b/usr/local/www/diag_logs.php
index 33d8a21..f8085b9 100755
--- a/usr/local/www/diag_logs.php
+++ b/usr/local/www/diag_logs.php
@@ -113,6 +113,5 @@ include("head.inc");
</tr>
</table>
<?php include("fend.inc"); ?>
-<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['SCRIPT_NAME']; ?><?=$filtertextmeta?>">
</body>
</html>
diff --git a/usr/local/www/diag_logs_auth.php b/usr/local/www/diag_logs_auth.php
index 230006f..db1b05e 100755
--- a/usr/local/www/diag_logs_auth.php
+++ b/usr/local/www/diag_logs_auth.php
@@ -84,6 +84,5 @@ include("head.inc");
</tr>
</table>
<?php include("fend.inc"); ?>
-<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['PHP_SELF']; ?>">
</body>
</html>
diff --git a/usr/local/www/diag_logs_dhcp.php b/usr/local/www/diag_logs_dhcp.php
index 0f40276..dd36936 100755
--- a/usr/local/www/diag_logs_dhcp.php
+++ b/usr/local/www/diag_logs_dhcp.php
@@ -86,6 +86,5 @@ include("head.inc");
</tr>
</table>
<?php include("fend.inc"); ?>
-<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['PHP_SELF']; ?>">
</body>
</html>
diff --git a/usr/local/www/diag_logs_filter.php b/usr/local/www/diag_logs_filter.php
index 3c14dbc..5430333 100755
--- a/usr/local/www/diag_logs_filter.php
+++ b/usr/local/www/diag_logs_filter.php
@@ -293,6 +293,5 @@ function outputrule(req) {
}
</script>
<?php include("fend.inc"); ?>
-<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['SCRIPT_NAME']; ?>">
</body>
</html>
diff --git a/usr/local/www/diag_logs_ipsec.php b/usr/local/www/diag_logs_ipsec.php
index cbbe2ba..0a8b8d1 100755
--- a/usr/local/www/diag_logs_ipsec.php
+++ b/usr/local/www/diag_logs_ipsec.php
@@ -131,6 +131,5 @@ include("head.inc");
</tr>
</table>
<?php include("fend.inc"); ?>
-<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['SCRIPT_NAME']; ?>">
</body>
</html>
diff --git a/usr/local/www/diag_logs_ntpd.php b/usr/local/www/diag_logs_ntpd.php
index 7b8aa2d..b6bd4c6 100644
--- a/usr/local/www/diag_logs_ntpd.php
+++ b/usr/local/www/diag_logs_ntpd.php
@@ -87,6 +87,5 @@ include("head.inc");
</tr>
</table>
<?php include("fend.inc"); ?>
-<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['SCRIPT_NAME']; ?>">
</body>
</html>
diff --git a/usr/local/www/diag_logs_openvpn.php b/usr/local/www/diag_logs_openvpn.php
index 9810ef0..4036ba5 100644
--- a/usr/local/www/diag_logs_openvpn.php
+++ b/usr/local/www/diag_logs_openvpn.php
@@ -94,6 +94,5 @@ include("head.inc");
</tr>
</table>
<?php include("fend.inc"); ?>
-<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['SCRIPT_NAME']; ?>">
</body>
</html>
diff --git a/usr/local/www/diag_logs_slbd.php b/usr/local/www/diag_logs_slbd.php
index 81e8866..640c3f2 100755
--- a/usr/local/www/diag_logs_slbd.php
+++ b/usr/local/www/diag_logs_slbd.php
@@ -87,6 +87,5 @@ include("head.inc");
</tr>
</table>
<?php include("fend.inc"); ?>
-<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['SCRIPT_NAME']; ?>">
</body>
</html>
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 0882957..4a1756d 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -252,7 +252,5 @@ include("fbegin.inc");
Rounded("div#nifty","top","#FFF","#EEEEEE","smooth");
</script>
-<meta http-equiv="refresh" content="120;url=<?php print $_SERVER['PHP_SELF']; ?>">
-
</body>
</html>
diff --git a/usr/local/www/status_interfaces.php b/usr/local/www/status_interfaces.php
index 97cde61..c57f4bf 100755
--- a/usr/local/www/status_interfaces.php
+++ b/usr/local/www/status_interfaces.php
@@ -254,6 +254,4 @@ is kept disconnected.
<p>
<span class="red"><strong>Note:</strong></span> In/out counters will wrap at 32bit (4 Gigabyte) ! <br/>
-<meta http-equiv="refresh" content="120;url=<?php print $_SERVER['SCRIPT_NAME']; ?>">
-
<?php include("fend.inc"); ?>
diff --git a/usr/local/www/status_queues.php b/usr/local/www/status_queues.php
index 969808b..959ad6b 100755
--- a/usr/local/www/status_queues.php
+++ b/usr/local/www/status_queues.php
@@ -111,8 +111,6 @@ if(!isset($config['shaper']['enable'])) {
</form>
<br><a href="status_queues.php?reset=true">Reset</a> queues if they do not load.
-<meta http-equiv="refresh" content="600;url=<?php print $_SERVER['SCRIPT_NAME']; ?>">
-
<?php include("fend.inc"); ?>
</body>
</html>
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php
index ed1a4c2..d5dc15f 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -283,8 +283,6 @@ if($services) {
</tr></table>
</div>
-<meta http-equiv="refresh" content="120;url=<?php echo $_SERVER['SCRIPT_NAME']; ?>">
-
<?php include("fend.inc"); ?>
</body>
-</html>
+</html> \ No newline at end of file
diff --git a/usr/local/www/status_slbd_pool.php b/usr/local/www/status_slbd_pool.php
index a00503c..51fb424 100755
--- a/usr/local/www/status_slbd_pool.php
+++ b/usr/local/www/status_slbd_pool.php
@@ -152,8 +152,6 @@ include("head.inc");
</div>
</table>
-<meta http-equiv="refresh" content="120;url=<?php print $_SERVER['SCRIPT_NAME']; ?>">
-
<?php include("fend.inc"); ?>
</body>
</html>
diff --git a/usr/local/www/status_slbd_vs.php b/usr/local/www/status_slbd_vs.php
index f87c9db..b3bffca 100755
--- a/usr/local/www/status_slbd_vs.php
+++ b/usr/local/www/status_slbd_vs.php
@@ -151,8 +151,6 @@ include("head.inc");
</div>
</table>
-<meta http-equiv="refresh" content="120;url=<?php print $_SERVER['SCRIPT_NAME']; ?>">
-
<?php include("fend.inc"); ?>
</body>
</html>
diff --git a/usr/local/www/status_wireless.php b/usr/local/www/status_wireless.php
index ac58845..641800e 100755
--- a/usr/local/www/status_wireless.php
+++ b/usr/local/www/status_wireless.php
@@ -172,6 +172,5 @@ display_top_tabs($tab_array);
</table>
<?php include("fend.inc"); ?>
-<meta http-equiv="refresh" content="120;url=<?php print $_SERVER['SCRIPT_NAME']; ?>?if=<?php echo $if; ?>">
</body>
-</html>
+</html> \ No newline at end of file
OpenPOWER on IntegriCloud