diff options
author | Scott Ullrich <sullrich@pfSense.org> | 2010-02-06 18:29:13 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfSense.org> | 2010-02-06 18:29:13 -0500 |
commit | 4ec77db33b7e2e5475ff3ad5ff5fceab52d6fcc6 (patch) | |
tree | a004f3ab4b1d645feb5bb57a61628141bd012e8e | |
parent | 6b519cfeb834d7510878fb6d38891d4c81781555 (diff) | |
download | pfsense-4ec77db33b7e2e5475ff3ad5ff5fceab52d6fcc6.zip pfsense-4ec77db33b7e2e5475ff3ad5ff5fceab52d6fcc6.tar.gz |
Include filter.inc Ticket #340
-rw-r--r-- | usr/local/www/easyrule.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/easyrule.php b/usr/local/www/easyrule.php index d712220..d6a63f2 100644 --- a/usr/local/www/easyrule.php +++ b/usr/local/www/easyrule.php @@ -34,6 +34,8 @@ $pgtitle = "Status : EasyRule"; require_once("guiconfig.inc"); require_once("easyrule.inc"); +require_once("filter.inc"); + $retval = 0; $message = ""; |