diff --git a/settings.php b/settings.php index 68535454..f9f636a2 100644 --- a/settings.php +++ b/settings.php @@ -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"]);