mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
add ;
This commit is contained in:
parent
f8e7ad3f46
commit
e35dfd8988
@ -169,7 +169,7 @@ EOPP;
|
||||
$dhcpdconf .= " option domain-name-servers {$dhcpifconf['dnsserver'][0]}";
|
||||
if($dhcpifconf['dnsserver'][1] <> "")
|
||||
$dhcpdconf .= ",{$dhcpifconf['dnsserver'][1]}";
|
||||
$dhcpdconf .= "\n";
|
||||
$dhcpdconf .= ";\n";
|
||||
}
|
||||
|
||||
if($dhcpifconf['failover_peerip'] <> "")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user