Commit 14e00679 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) style fix

parent 8770689a
......@@ -453,7 +453,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
$dhcpdconf['winsserver'][] = $pconfig['wins1'];
}
if (!empty($pconfig['wins2'])) {
$dhcpdconf['winsserver'][] = $_POST['wins2'];
$dhcpdconf['winsserver'][] = $pconfig['wins2'];
}
$dhcpdconf['dnsserver'] = [];
if (!empty($pconfig['dns1'])) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment