mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-09 11:24:35 +02:00
of course $host instead of $domain
git-svn-id: file:///svn/phpbb/trunk@6418 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -2746,7 +2746,7 @@ function phpbb_checkdnsrr($host, $type = '')
|
||||
}
|
||||
else if (function_exists('checkdnsrr'))
|
||||
{
|
||||
return (checkdnsrr($domain, $type)) ? true : false;
|
||||
return (checkdnsrr($host, $type)) ? true : false;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user