mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +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 $dnsbl the blacklist to check against
|
||||||
* @param string|false $ip the IPv4 address to check
|
* @param string|false $ip the IPv4 address to check
|
||||||
*
|
*
|
||||||
* @return true if listed in spamhaus database
|
* @return true if listed in spamhaus database
|
||||||
*/
|
*/
|
||||||
function check_dnsbl_spamhaus($dnsbl, $ip = false)
|
function check_dnsbl_spamhaus($dnsbl, $ip = false)
|
||||||
@@ -1422,7 +1422,7 @@ class session
|
|||||||
*
|
*
|
||||||
* @param string $dnsbl the blacklist to check against
|
* @param string $dnsbl the blacklist to check against
|
||||||
* @param string|false $ip the IPv4 address to check
|
* @param string|false $ip the IPv4 address to check
|
||||||
*
|
*
|
||||||
* @return true if record is returned
|
* @return true if record is returned
|
||||||
*/
|
*/
|
||||||
function check_dnsbl_ipv4_generic($dnsbl, $ip = false)
|
function check_dnsbl_ipv4_generic($dnsbl, $ip = false)
|
||||||
|
Reference in New Issue
Block a user