From 17f2d6e03ab33f8819f92735f8af934852cd4f82 Mon Sep 17 00:00:00 2001 From: Patrick Webster Date: Mon, 16 Jan 2023 17:54:44 -0600 Subject: [PATCH] [ticket/17092] Check for Spamhaus error codes Fix indentation PHPBB3-17092 --- phpBB/phpbb/session.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/phpbb/session.php b/phpBB/phpbb/session.php index c348e35708..bfa6155361 100644 --- a/phpBB/phpbb/session.php +++ b/phpBB/phpbb/session.php @@ -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)