diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-30 02:36:13 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-30 02:36:13 +0000 |
commit | 55b513d02a4d21ac4ce3be452ae182bc8ecb8e3e (patch) | |
tree | 31661d2514abf34a47484c769c37576d4e9dea88 /usr/local | |
parent | 90aeac0e4c22570c10d9cfab152e9f6fbb8c8108 (diff) | |
download | pfsense-55b513d02a4d21ac4ce3be452ae182bc8ecb8e3e.zip pfsense-55b513d02a4d21ac4ce3be452ae182bc8ecb8e3e.tar.gz |
Unbreak
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/status_filter_reload.php | 4 |
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"> |