mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Unset also here
This commit is contained in:
parent
2154560df2
commit
b13567f04d
@ -195,6 +195,8 @@ foreach ($FilterIflist as $iflist) {
|
||||
if($iflist['ipv6'] == $http_host)
|
||||
$local_ip = true;
|
||||
}
|
||||
unset($FilterIflist);
|
||||
|
||||
if($config['virtualip']) {
|
||||
if($config['virtualip']['vip']) {
|
||||
foreach($config['virtualip']['vip'] as $vip) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user