You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$messsage = "[Block-Bots] IP: {$this->client->ip}; After {$hits} requests, Host: {$host}\n with User agent: {$this->client->userAgent}; was {$this->action}";
49
+
if (!empty($this->accessLimit)) {
50
+
$message = "[Block-Bots] IP: {$this->client->ip}; After {$hits}/{$this->accessLimit} requests, Host: {$host}\n with User agent: {$this->client->userAgent}; was {$this->action}";
51
+
} else {
52
+
$message = "[Block-Bots] IP: {$this->client->ip}; After {$hits} requests, Host: {$host}\n with User agent: {$this->client->userAgent}; was {$this->action}";
0 commit comments