mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove extra }
This commit is contained in:
parent
7319dc7309
commit
06cb265678
@ -2136,7 +2136,7 @@ EOD;
|
||||
$reg_changing = true;
|
||||
else if ($wlcfg['reglocation'] == 'anywhere' && preg_match("/\s(indoor|outdoor)\s/si", $ifconfig_str))
|
||||
$reg_changing = true;
|
||||
} else if ($wlcfg['reglocation'] && $wlcfg['reglocation'] != 'anywhere' && !preg_match("/\s{$wlcfg['reglocation']}\s/si", $ifconfig_str))
|
||||
else if ($wlcfg['reglocation'] && $wlcfg['reglocation'] != 'anywhere' && !preg_match("/\s{$wlcfg['reglocation']}\s/si", $ifconfig_str))
|
||||
$reg_changing = true;
|
||||
|
||||
if ($reg_changing) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user