forked from leftypol/leftypol
Small DNSBL fix
This commit is contained in:
parent
1a3a363c7d
commit
fb5fc04599
1 changed files with 1 additions and 1 deletions
|
@ -1328,7 +1328,7 @@
|
|||
if($blacklist[1]($ip))
|
||||
error(sprintf($config['error']['dnsbl'], $blacklist_name));
|
||||
} else {
|
||||
if($ip == $blacklist[1] || $ip == '127.0.0.' . $blacklist_name)
|
||||
if($ip == $blacklist[1] || $ip == '127.0.0.' . $blacklist[1])
|
||||
error(sprintf($config['error']['dnsbl'], $blacklist_name));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue