mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-29 02:29:21 +02:00
Merge branch '3.2.x'
This commit is contained in:
commit
98ad1a5efc
@ -38,7 +38,7 @@ class phpbb_network_checkdnsrr_test extends phpbb_test_case
|
||||
array('does-not-exist.phpbb.com', 'AAAA', false),
|
||||
|
||||
// Existing CNAME record
|
||||
array('news.cnet.com', 'CNAME', true),
|
||||
array('area51.phpbb.com', 'CNAME', true),
|
||||
|
||||
// Non-existing CNAME record
|
||||
array('does-not-exist.phpbb.com', 'CNAME', false),
|
||||
|
Loading…
x
Reference in New Issue
Block a user