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

@@ -49,7 +49,7 @@ if ($row) {
// Lookup fresh info
$expire = getDomainExpirationDate($domain_name);
$records = getDomainRecords($domain_name);
$records = getDnsRecords($domain_name);
$a = escapeSql($records['a']);
$ns = escapeSql($records['ns']);
$mx = escapeSql($records['mx']);