Fix one comment

This commit is contained in:
DL6ER
2016-12-13 12:42:24 +01:00
parent c9479f1e18
commit 6fae811f82

View File

@@ -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"]);