mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix rule duplication bug here too
This commit is contained in:
parent
45f58438da
commit
8f3123467f
@ -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") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user