summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-18 12:28:56 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-18 12:28:56 -0400
commitb2f54b5e8f6f04b76763febceed1a09331f4b871 (patch)
tree96d40e4abd349695116c11e6b52d62b4878265fb
parenta1dece5eb8bb7d52d56b54bc789abb9727cb85c5 (diff)
downloadpfsense-b2f54b5e8f6f04b76763febceed1a09331f4b871.zip
pfsense-b2f54b5e8f6f04b76763febceed1a09331f4b871.tar.gz
Oops fix hook name
-rwxr-xr-xusr/local/www/firewall_nat_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index e660645..31a2bb1 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -477,7 +477,7 @@ include("fbegin.inc"); ?>
$iflist = get_configured_interface_with_descr(false, true);
// Allow extending of the firewall edit interfaces
- pfSense_handle_custom_code("/usr/local/pkg/firewall_rules/pre_interfaces_edit");
+ pfSense_handle_custom_code("/usr/local/pkg/firewall_nat/pre_interfaces_edit");
foreach ($iflist as $if => $ifdesc)
if(have_ruleint_access($if))
$interfaces[$if] = $ifdesc;
OpenPOWER on IntegriCloud