summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_filter_reload.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-05 02:01:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-05 02:01:18 +0000
commitd1464c003771a73906ff54ff579dec412fa406b8 (patch)
tree3cb3d82b7eb9e5326c69add120a6831f736f365e /usr/local/www/status_filter_reload.php
parent1cbdc581064bcde822ddb4145bbf16e49fca1f4e (diff)
downloadpfsense-d1464c003771a73906ff54ff579dec412fa406b8.zip
pfsense-d1464c003771a73906ff54ff579dec412fa406b8.tar.gz
Move fend.inc before <body>
Diffstat (limited to 'usr/local/www/status_filter_reload.php')
-rw-r--r--usr/local/www/status_filter_reload.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/local/www/status_filter_reload.php b/usr/local/www/status_filter_reload.php
index 209631d..1c083ad 100644
--- a/usr/local/www/status_filter_reload.php
+++ b/usr/local/www/status_filter_reload.php
@@ -63,7 +63,7 @@ if($_GET['getstatus']) {
<div id="reloadinfo" name="reloadinfo">This page will automatically refresh every 3 seconds until the filter is done reloading.</div>
-<?php include("fend.inc"); ?>
+
<script language="javascript">
/* init update "thread */
@@ -95,7 +95,7 @@ function update_data(obj) {
</script>
<script language="javascript">
-/**
+/*
* getURL is a proprietary Adobe function, but it's simplicity has made it very
* popular. If getURL is undefined we spin our own by wrapping XMLHttpRequest.
*/
@@ -141,5 +141,7 @@ if (typeof getURL == 'undefined') {
window.setTimeout('update_status_thread()', 2500);
</script>
+<?php include("fend.inc"); ?>
+
</body>
</html>
OpenPOWER on IntegriCloud