summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_filter_reload.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-30 02:36:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-30 02:36:13 +0000
commit55b513d02a4d21ac4ce3be452ae182bc8ecb8e3e (patch)
tree31661d2514abf34a47484c769c37576d4e9dea88 /usr/local/www/status_filter_reload.php
parent90aeac0e4c22570c10d9cfab152e9f6fbb8c8108 (diff)
downloadpfsense-55b513d02a4d21ac4ce3be452ae182bc8ecb8e3e.zip
pfsense-55b513d02a4d21ac4ce3be452ae182bc8ecb8e3e.tar.gz
Unbreak
Diffstat (limited to 'usr/local/www/status_filter_reload.php')
-rw-r--r--usr/local/www/status_filter_reload.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/status_filter_reload.php b/usr/local/www/status_filter_reload.php
index 27aeec8..238109c 100644
--- a/usr/local/www/status_filter_reload.php
+++ b/usr/local/www/status_filter_reload.php
@@ -40,8 +40,6 @@ require_once("functions.inc");
$pgtitle = array("Status","Filter Reload Status");
-include("head.inc");
-
if(file_exists("{$g['varrun_path']}/filter_reload_status"))
$status = file_get_contents("{$g['varrun_path']}/filter_reload_status");
@@ -50,6 +48,8 @@ if($_GET['getstatus']) {
exit;
}
+include("head.inc");
+
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
OpenPOWER on IntegriCloud