Empty suggestion instead of 0.0.0.0

This commit is contained in:
DL6ER
2016-12-21 23:59:01 +01:00
parent 688f7dd5c7
commit 765db730b6

View File

@@ -113,9 +113,9 @@
$DHCProuter = $DHCPdomain[0].".".$DHCPdomain[1].".".$DHCPdomain[2].".1";
}
else {
$DHCPstart = "0.0.0.0";
$DHCPend = "0.0.0.0";
$DHCProuter = "0.0.0.0";
$DHCPstart = "";
$DHCPend = "";
$DHCProuter = "";
}
}
if(isset($setupVars["PIHOLE_DOMAIN"])){