summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-11-21 19:28:00 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-11-21 19:28:00 -0500
commit7a927e67a591995c9d4c6e03d6a9c7ee4445c2bf (patch)
tree84b1e7aa7d4f97984067b2cbe404f7dbf0d1f4a0 /usr/local/www/firewall_nat.php
parent5f2d078e7d7d2b63c486d7da081f48e4616fc4a7 (diff)
downloadpfsense-7a927e67a591995c9d4c6e03d6a9c7ee4445c2bf.zip
pfsense-7a927e67a591995c9d4c6e03d6a9c7ee4445c2bf.tar.gz
Require filter.inc and shaper.inc
Diffstat (limited to 'usr/local/www/firewall_nat.php')
-rwxr-xr-xusr/local/www/firewall_nat.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php
index 212aaff..3516c6f 100755
--- a/usr/local/www/firewall_nat.php
+++ b/usr/local/www/firewall_nat.php
@@ -42,6 +42,9 @@
##|-PRIV
require("guiconfig.inc");
+require_once("functions.inc");
+require_once("filter.inc");
+require_once("shaper.inc");
require_once("itemid.inc");
if (!is_array($config['nat']['rule']))
OpenPOWER on IntegriCloud