summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-11-19 08:43:25 -0200
committerRenato Botelho <garga@FreeBSD.org>2013-11-19 08:43:25 -0200
commit1b4a0d791707d7e9c85f1efb091028b2ac21228b (patch)
treec03e0c8dae229c37bdcc7104404c7c601af33550 /usr/local/www/firewall_nat_out.php
parentaef6978de736e629f79ffc06c1784de665e5c2aa (diff)
downloadpfsense-1b4a0d791707d7e9c85f1efb091028b2ac21228b.zip
pfsense-1b4a0d791707d7e9c85f1efb091028b2ac21228b.tar.gz
Fix a wrong } left on my last commit
Diffstat (limited to 'usr/local/www/firewall_nat_out.php')
-rwxr-xr-xusr/local/www/firewall_nat_out.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index 4fa4c16..fbc8903 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -99,7 +99,6 @@ if (isset($_POST['save']) && $_POST['save'] == "Save") {
convert_real_interface_to_friendly_descr($natent['interface']));
$natent['created'] = make_config_revision_entry(null, gettext("Manual Outbound NAT Switch"));
- }
/* Try to detect already auto created rules and avoid duplicate them */
$found = false;
foreach ($a_out as $rule) {
OpenPOWER on IntegriCloud