mirror of
https://github.com/pi-hole/web.git
synced 2026-04-27 12:15:00 +01:00
Fix one comment
This commit is contained in:
@@ -286,7 +286,7 @@
|
||||
$excludedDomains = "";
|
||||
}
|
||||
|
||||
// Exluded clients
|
||||
// Exluded clients in API Query Log call
|
||||
if(isset($setupVars["API_EXCLUDE_CLIENTS"]))
|
||||
{
|
||||
$excludedClients = explode(",", $setupVars["API_EXCLUDE_CLIENTS"]);
|
||||
|
||||
Reference in New Issue
Block a user