summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-22 20:09:09 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-22 20:09:58 -0400
commitd728dd6708b92b8409714e69e6218bbe52b65554 (patch)
tree93577cdbf65cf0ef285447ea12e974110eb2cb05 /usr/local/www/firewall_nat.php
parenta38c57d812e449cf61051c65d06398f85515240a (diff)
downloadpfsense-d728dd6708b92b8409714e69e6218bbe52b65554.zip
pfsense-d728dd6708b92b8409714e69e6218bbe52b65554.tar.gz
Adding apply hooks
Diffstat (limited to 'usr/local/www/firewall_nat.php')
-rwxr-xr-xusr/local/www/firewall_nat.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php
index 06da39d..ec4fb77 100755
--- a/usr/local/www/firewall_nat.php
+++ b/usr/local/www/firewall_nat.php
@@ -70,6 +70,8 @@ if ($_POST) {
$retval |= filter_configure();
$savemsg = get_std_save_message($retval);
+ pfSense_handle_custom_code("/usr/local/pkg/firewall_nat/apply");
+
if ($retval == 0) {
clear_subsystem_dirty('natconf');
clear_subsystem_dirty('filter');
OpenPOWER on IntegriCloud