Commit 64f5d6b1 authored by Ad Schellevis's avatar Ad Schellevis

fix "Do not install LAN SPD" setting in gui

parent fd7ec79b
...@@ -55,7 +55,6 @@ if ($_POST) { ...@@ -55,7 +55,6 @@ if ($_POST) {
if (!$input_errors) { if (!$input_errors) {
if($_POST['noinstalllanspd'] == "yes") { if($_POST['noinstalllanspd'] == "yes") {
if (!isset($pconfig['noinstalllanspd']))
$config['system']['noinstalllanspd'] = true; $config['system']['noinstalllanspd'] = true;
} else { } else {
if (isset($config['system']['noinstalllanspd'])) if (isset($config['system']['noinstalllanspd']))
......
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