mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17292] Add needed www prefix for spamcop
PHPBB3-17292
This commit is contained in:
parent
00b8cb1e52
commit
4afa184110
1 changed files with 1 additions and 1 deletions
|
@ -1479,7 +1479,7 @@ class session
|
||||||
|
|
||||||
if ($mode == 'register')
|
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)
|
if ($ip)
|
||||||
|
|
Loading…
Add table
Reference in a new issue