This commit is contained in:
irfan-dahir 2018-05-27 05:58:13 +05:00
parent 5d665a5bda
commit 6b703a89f2

View File

@ -48,7 +48,6 @@ class Throttle
$this->ip = $_SERVER['REMOTE_ADDR'];
$date = date("d-m-Y");
if (!isset($this->sessions[$this->ip])) { // register the session
$this->sessions[$this->ip] = [
$date => 0