mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/17092] Check for Spamhaus error codes
Fix indentation PHPBB3-17092
This commit is contained in:
committed by
Marc Alexander
parent
20c3371460
commit
17f2d6e03a
@@ -1354,7 +1354,7 @@ class session
|
||||
*
|
||||
* @param string $dnsbl the blacklist to check against
|
||||
* @param string|false $ip the IPv4 address to check
|
||||
*
|
||||
*
|
||||
* @return true if listed in spamhaus database
|
||||
*/
|
||||
function check_dnsbl_spamhaus($dnsbl, $ip = false)
|
||||
@@ -1422,7 +1422,7 @@ class session
|
||||
*
|
||||
* @param string $dnsbl the blacklist to check against
|
||||
* @param string|false $ip the IPv4 address to check
|
||||
*
|
||||
*
|
||||
* @return true if record is returned
|
||||
*/
|
||||
function check_dnsbl_ipv4_generic($dnsbl, $ip = false)
|
||||
|
Reference in New Issue
Block a user