mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10257] Add missing break statement after CNAME block.
PHPBB3-10257
This commit is contained in:
@@ -3686,6 +3686,7 @@ function phpbb_checkdnsrr($host, $type = 'MX')
|
||||
{
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
case 'A':
|
||||
|
Reference in New Issue
Block a user