diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-12-14 16:43:50 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-12-14 16:43:50 +0000 |
commit | ba58079815ae7a1f90330a3b91971b628f7daeb8 (patch) | |
tree | ae145aab0b2e627847c385d03601ad1327e75dbf /usr | |
parent | 05d3c4ad1edaaf9f30f31e64b16604a181524ef7 (diff) | |
download | pfsense-ba58079815ae7a1f90330a3b91971b628f7daeb8.zip pfsense-ba58079815ae7a1f90330a3b91971b628f7daeb8.tar.gz |
Reload filter after applying
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_nat.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php index 4e84a00..899add4 100755 --- a/usr/local/www/firewall_nat.php +++ b/usr/local/www/firewall_nat.php @@ -47,6 +47,8 @@ if ($_POST) { if ($_POST['apply']) { write_config(); + + filter_configure(); $retval = 0; |