mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
dnsmasq: migrate to MVC/API, minor style fix https://github.com/opnsense/core/issues/7905
This commit is contained in:
parent
e93833258b
commit
163cbd2735
@ -155,9 +155,7 @@ if (!empty($_POST['secondarydnsserver']) && !is_ipaddrv4($_POST['secondarydnsser
|
||||
if (!empty($input_errors)) {
|
||||
$stepid--;
|
||||
} else {
|
||||
if (!empty($config['dnsmasq']['enable'])) {
|
||||
unset($config['dnsmasq']['enable']);
|
||||
}
|
||||
$config['dnsmasq']['enable'] = '0';
|
||||
}
|
||||
]]></stepsubmitphpaction>
|
||||
</step>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user