Make second argument of resolveHostname() optional

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2018-04-04 12:32:55 +02:00
parent 6e99e1daaf
commit 71a7c84cba
2 changed files with 2 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ function disconnectFTL($quiet=true)
}
$clients = array();
function resolveHostname($clientip, $printIP)
function resolveHostname($clientip, $printIP = false)
{
global $clients;
$ipaddr = strtolower($clientip);