summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2007-12-17 07:11:59 +0000
committerChris Buechler <cmb@pfsense.org>2007-12-17 07:11:59 +0000
commit764696e0e1d6eeb6b41ae258a06a17f2289c3753 (patch)
tree9e08c59e5419781a5792272999b8c52b197db7fa /usr/local/www
parentbaa5689069bb5c16e31b5b0a02abb9fd78f63556 (diff)
downloadpfsense-764696e0e1d6eeb6b41ae258a06a17f2289c3753.zip
pfsense-764696e0e1d6eeb6b41ae258a06a17f2289c3753.tar.gz
remove annoying and potentially problematic forced page refresh.
Ticket #1545
Diffstat (limited to 'usr/local/www')
-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/status_interfaces.php2
-rwxr-xr-xusr/local/www/status_queues.php2
-rwxr-xr-xusr/local/www/status_services.php2
-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.php1
18 files changed, 0 insertions, 26 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index cdc867b..1da2016 100755
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -173,8 +173,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 ea30d7d..a25f046 100755
--- a/usr/local/www/diag_dhcp_leases.php
+++ b/usr/local/www/diag_dhcp_leases.php
@@ -354,8 +354,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 3c5add0..c368366 100755
--- a/usr/local/www/diag_dump_states.php
+++ b/usr/local/www/diag_dump_states.php
@@ -188,7 +188,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 58a3aaf..5d5b738 100755
--- a/usr/local/www/diag_ipsec_sad.php
+++ b/usr/local/www/diag_ipsec_sad.php
@@ -145,8 +145,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 2c5b90c..d8f6669 100755
--- a/usr/local/www/diag_logs.php
+++ b/usr/local/www/diag_logs.php
@@ -112,6 +112,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 5a31340..8af505a 100755
--- a/usr/local/www/diag_logs_auth.php
+++ b/usr/local/www/diag_logs_auth.php
@@ -83,6 +83,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 8065d0f..c45bf70 100755
--- a/usr/local/www/diag_logs_dhcp.php
+++ b/usr/local/www/diag_logs_dhcp.php
@@ -85,6 +85,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 7d6e11a..0b2ea29 100755
--- a/usr/local/www/diag_logs_filter.php
+++ b/usr/local/www/diag_logs_filter.php
@@ -292,6 +292,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 e3d2fda..a7241c9 100755
--- a/usr/local/www/diag_logs_ipsec.php
+++ b/usr/local/www/diag_logs_ipsec.php
@@ -130,6 +130,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 815f16a..210d379 100644
--- a/usr/local/www/diag_logs_ntpd.php
+++ b/usr/local/www/diag_logs_ntpd.php
@@ -86,6 +86,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 6628bd8..33139f9 100644
--- a/usr/local/www/diag_logs_openvpn.php
+++ b/usr/local/www/diag_logs_openvpn.php
@@ -93,6 +93,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 ef1e3cc..f4cd000 100755
--- a/usr/local/www/diag_logs_slbd.php
+++ b/usr/local/www/diag_logs_slbd.php
@@ -86,6 +86,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/status_interfaces.php b/usr/local/www/status_interfaces.php
index 08492d2..97aa425 100755
--- a/usr/local/www/status_interfaces.php
+++ b/usr/local/www/status_interfaces.php
@@ -252,6 +252,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 a95b4ae..2a5963f 100755
--- a/usr/local/www/status_queues.php
+++ b/usr/local/www/status_queues.php
@@ -110,8 +110,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 8677cfd..513baf7 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -350,8 +350,6 @@ if($services) {
</tr></table>
</div>
-<meta http-equiv="refresh" content="120;url=<?php echo $_SERVER['SCRIPT_NAME']; ?>">
-
<?php include("fend.inc"); ?>
</body>
</html>
diff --git a/usr/local/www/status_slbd_pool.php b/usr/local/www/status_slbd_pool.php
index 0aa9a2c..da93f48 100755
--- a/usr/local/www/status_slbd_pool.php
+++ b/usr/local/www/status_slbd_pool.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_slbd_vs.php b/usr/local/www/status_slbd_vs.php
index 4aa5cd8..1bc3aa3 100755
--- a/usr/local/www/status_slbd_vs.php
+++ b/usr/local/www/status_slbd_vs.php
@@ -150,8 +150,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 6ea74e3..35ad0bf 100755
--- a/usr/local/www/status_wireless.php
+++ b/usr/local/www/status_wireless.php
@@ -170,6 +170,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>
OpenPOWER on IntegriCloud