This commit is contained in:
parent
c3ad4a4b4d
commit
4296b43832
|
@ -123,7 +123,7 @@ class TrafficLimiter extends AbstractPersistence
|
||||||
if (self::$_limit < 1) {
|
if (self::$_limit < 1) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if $_ipKey is exempted from ratelimiting
|
// Check if $_ipKey is exempted from ratelimiting
|
||||||
if (!is_null(self::$_exemptedIp)) {
|
if (!is_null(self::$_exemptedIp)) {
|
||||||
$exIp_array = explode(',', self::$_exemptedIp);
|
$exIp_array = explode(',', self::$_exemptedIp);
|
||||||
|
|
Loading…
Reference in New Issue