From 6fae811f82f95447efd4e4d34b7c5e6f167e0326 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Tue, 13 Dec 2016 12:42:24 +0100 Subject: [PATCH] Fix one comment --- settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]);