1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-14 04:30:29 +01:00

[ticket/15959] Fix invalid CNAME record

PHPBB3-15959
This commit is contained in:
AJ Quick 2019-02-01 19:38:42 -07:00 committed by Marc Alexander
parent 1fba679c68
commit 43d8432809
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -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('www.github.com', 'CNAME', true),
array('area51.phpbb.com', 'CNAME', true),
// Non-existing CNAME record
array('does-not-exist.phpbb.com', 'CNAME', false),