diff options
-rw-r--r-- | phpBB/includes/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index b1c1c14d0c..e113a32a87 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -3686,6 +3686,7 @@ function phpbb_checkdnsrr($host, $type = 'MX') { return true; } + break; default: case 'A': |