Fix #3935 Properly allow WAN without LAN

Was broken by bd0b5d2dc7
This commit is contained in:
Phil Davis 2014-10-15 10:04:57 +05:45
parent 8ff85c397c
commit 5d49ceac8b

View File

@ -224,8 +224,8 @@ EOD;
}
if($lanif == "") {
fclose($fp);
return;
/* It is OK to have just a WAN, without a LAN so break if the user does not want LAN. */
break;
}
if ($lanif === "a")