inc: allow one-port setups for easier development

A one-port setup is essentially WAN-only.  The good thing is
the GUI attaches to the WAN port and is automatically reachable.
This helps with general testing of all things around builds.

While there, append a whitespace that has been missing for years.
This commit is contained in:
Franco Fichtner 2014-11-15 21:45:49 +01:00
parent 06739399e7
commit 2234d84026

View File

@ -224,8 +224,7 @@ EOD;
}
if($lanif == "") {
fclose($fp);
return;
break;
}
if ($lanif === "a")