1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/17292] Add needed www prefix for spamcop

PHPBB3-17292
This commit is contained in:
Marc Alexander
2024-02-23 20:01:41 +01:00
parent 00b8cb1e52
commit 4afa184110

View File

@@ -1479,7 +1479,7 @@ class session
if ($mode == 'register')
{
$dnsbl_check['bl.spamcop.net'] = ['https://spamcop.net/bl.shtml?', 'check_dnsbl_ipv4_generic'];
$dnsbl_check['bl.spamcop.net'] = ['https://www.spamcop.net/bl.shtml?', 'check_dnsbl_ipv4_generic'];
}
if ($ip)