summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-06-11 03:09:10 +0000
committerBill Marquette <billm@pfsense.org>2005-06-11 03:09:10 +0000
commit8f3123467f502ef41f99044caed5b0d8857cc90f (patch)
treec125911ed9c4504a2945f777a89c28cc66bc94e0 /usr/local
parent45f58438dae3e443b861e3d376a90a88624eaa38 (diff)
downloadpfsense-8f3123467f502ef41f99044caed5b0d8857cc90f.zip
pfsense-8f3123467f502ef41f99044caed5b0d8857cc90f.tar.gz
Fix rule duplication bug here too
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/firewall_nat_out_edit.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/firewall_nat_out_edit.php b/usr/local/www/firewall_nat_out_edit.php
index df85b25..68d10af 100755
--- a/usr/local/www/firewall_nat_out_edit.php
+++ b/usr/local/www/firewall_nat_out_edit.php
@@ -68,6 +68,9 @@ if (isset($id) && $a_out[$id]) {
$pconfig['interface'] = "wan";
}
+if (isset($_GET['dup']))
+ unset($id);
+
if ($_POST) {
if ($_POST['destination_type'] == "any") {
OpenPOWER on IntegriCloud