mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
QA
This commit is contained in:
parent
c3ad4a4b4d
commit
4296b43832
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user