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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user