mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 10:50:23 +01:00
Make second argument of resolveHostname() optional
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -140,7 +140,7 @@ function disconnectFTL($quiet=true)
|
||||
}
|
||||
|
||||
$clients = array();
|
||||
function resolveHostname($clientip, $printIP)
|
||||
function resolveHostname($clientip, $printIP = false)
|
||||
{
|
||||
global $clients;
|
||||
$ipaddr = strtolower($clientip);
|
||||
|
||||
Reference in New Issue
Block a user