mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00: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:
parent
3766d9128d
commit
e4fc191e0d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue