diff options
author | Seth Mos <seth.mos@dds.nl> | 2012-08-02 04:19:41 -0700 |
---|---|---|
committer | Seth Mos <seth.mos@dds.nl> | 2012-08-02 04:19:41 -0700 |
commit | f6189bec5422ff5b1febb7a47839bce7bf0cf1b5 (patch) | |
tree | 27ecd4e1f46d1a39dfe126e68240b0026f83339e | |
parent | 4e35161b706f84abafacb496706b74f5c9fa169f (diff) | |
parent | c9a98f18f50d9cc607950220e3773ccbe181d110 (diff) | |
download | pfsense-f6189bec5422ff5b1febb7a47839bce7bf0cf1b5.zip pfsense-f6189bec5422ff5b1febb7a47839bce7bf0cf1b5.tar.gz |
Merge pull request #200 from phil-davis/master
require filter.inc so filter_configure is defined
-rwxr-xr-x | usr/local/www/status_interfaces.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/status_interfaces.php b/usr/local/www/status_interfaces.php index e880316..9a1c620 100755 --- a/usr/local/www/status_interfaces.php +++ b/usr/local/www/status_interfaces.php @@ -43,6 +43,7 @@ ##|-PRIV require_once("guiconfig.inc"); +require_once("filter.inc"); if ($_GET['if']) { $interface = $_GET['if']; |