pull/787/head
rodehoed 2021-05-04 11:19:34 +02:00 committed by GitHub
parent c3ad4a4b4d
commit 4296b43832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class TrafficLimiter extends AbstractPersistence
if (self::$_limit < 1) {
return true;
}
// Check if $_ipKey is exempted from ratelimiting
if (!is_null(self::$_exemptedIp)) {
$exIp_array = explode(',', self::$_exemptedIp);