summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_1to1_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_nat_1to1_edit.php
parent7a927e67a591995c9d4c6e03d6a9c7ee4445c2bf (diff)
downloadpfsense-1a03cf690dca85bd89eac05c25f0b0d9c08c36a3.zip
pfsense-1a03cf690dca85bd89eac05c25f0b0d9c08c36a3.tar.gz
Include filter.inc and shaper.inc
Diffstat (limited to 'usr/local/www/firewall_nat_1to1_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_1to1_edit.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/firewall_nat_1to1_edit.php b/usr/local/www/firewall_nat_1to1_edit.php
index 8398a0f..c4452d2 100755
--- a/usr/local/www/firewall_nat_1to1_edit.php
+++ b/usr/local/www/firewall_nat_1to1_edit.php
@@ -54,6 +54,8 @@ function nat_1to1_rules_sort() {
}
require("guiconfig.inc");
+require("filter.inc");
+require("shaper.inc");
if (!is_array($config['nat']['onetoone'])) {
$config['nat']['onetoone'] = array();
OpenPOWER on IntegriCloud