mirror of
https://github.com/kristuff/abuseipdb
synced 2025-08-20 13:33:14 -07:00
fix
This commit is contained in:
parent
5a3fc93491
commit
a3949e7916
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ class ApiManager extends ApiDefintion
|
|||
$message = str_replace('\\', '', $message);
|
||||
|
||||
// Remove self ips
|
||||
foreach ($this->myIps as $ip){
|
||||
foreach ($this->selfIps as $ip){
|
||||
$message = str_replace($ip, '[MUNGED]', $message);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue