summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-11-21 19:34:46 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-11-21 19:34:46 -0500
commit1a03cf690dca85bd89eac05c25f0b0d9c08c36a3 (patch)
treeb821d70d26c6e64c630d23c6477311beaab82727 /usr/local/www/firewall_rules_edit.php
parent7a927e67a591995c9d4c6e03d6a9c7ee4445c2bf (diff)
downloadpfsense-1a03cf690dca85bd89eac05c25f0b0d9c08c36a3.zip
pfsense-1a03cf690dca85bd89eac05c25f0b0d9c08c36a3.tar.gz
Include filter.inc and shaper.inc
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 27eb08d..5cba8a8 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -41,8 +41,9 @@
##|*MATCH=firewall_rules_edit.php*
##|-PRIV
-
require("guiconfig.inc");
+require("filter.inc");
+require("shaper.inc");
$specialsrcdst = explode(" ", "any pptp pppoe l2tp");
$ifdisp = get_configured_interface_with_descr();
OpenPOWER on IntegriCloud