Fix missing ()
parent
9af9edf09d
commit
49812d9746
|
@ -290,7 +290,7 @@ class defense extends rcube_plugin {
|
||||||
die();
|
die();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->ban_httpstatus) && ($this->isBanned($this->ipaddr)) {
|
if (($this->ban_httpstatus) && ($this->isBanned($this->ipaddr))) {
|
||||||
$this->debug("IP already banned");
|
$this->debug("IP already banned");
|
||||||
$this->sendForbiddenHeader();
|
$this->sendForbiddenHeader();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue