Hide HTTP server settings if we only have 1 active network connection (well 2 if you include loopback :-) )

This commit is contained in:
craig.p.drummond
2013-06-24 18:48:39 +00:00
committed by craig.p.drummond
parent 32d6afe279
commit c21de407cc
2 changed files with 3 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ void HttpServerSettings::load()
bool HttpServerSettings::haveMultipleInterfaces() const
{
return httpInterface->count()>2;
return httpInterface->count()>3;
}
void HttpServerSettings::save()