mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix #6996 using existing variable
This commit is contained in:
parent
4c6135c288
commit
5eab2de4ec
@ -3397,7 +3397,7 @@ EOD;
|
||||
}
|
||||
/* allow access to DHCP relay on interfaces */
|
||||
if (isset($config['dhcrelay']['enable'])) {
|
||||
$dhcifaces = explode(",", $dhcrelaycfg['interface']);
|
||||
$dhcifaces = explode(",", $config['dhcrelay']['interface']);
|
||||
foreach ($dhcifaces as $dhcrelayif) {
|
||||
if ($dhcrelayif == $on) {
|
||||
$ipfrules .= <<<EOD
|
||||
|
||||
Loading…
Reference in New Issue
Block a user