Replace Function getDomainRecords() with getDnsRecords()

This commit is contained in:
johnnyq
2026-07-14 17:53:16 -04:00
parent 8f824a1868
commit 52b5063066
4 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
// Get domain general info (whois + NS/A/MX records)
function getDomainRecords($name)
function getDnsRecords($name)
{
$records = array();