mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 13:58:54 +00:00
[ticket/17092] Check for Spamhaus error codes
Fix indentation PHPBB3-17092
This commit is contained in:
parent
20c3371460
commit
17f2d6e03a
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue