mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -1402,7 +1402,7 @@ class session
|
||||
|
||||
foreach ($dnsbl_check as $dnsbl => $lookup)
|
||||
{
|
||||
if (phpbb_checkdnsrr($reverse_ip . '.' . $dnsbl . '.', 'A') === true)
|
||||
if (checkdnsrr($reverse_ip . '.' . $dnsbl . '.', 'A') === true)
|
||||
{
|
||||
$info = array($dnsbl, $lookup . $ip);
|
||||
}
|
||||
@@ -1446,7 +1446,7 @@ class session
|
||||
{
|
||||
// One problem here... the return parameter for the "windows" method is different from what
|
||||
// we expect... this may render this check useless...
|
||||
if (phpbb_checkdnsrr($uri . '.multi.uribl.com.', 'A') === true)
|
||||
if (checkdnsrr($uri . '.multi.uribl.com.', 'A') === true)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user