mirror of
https://github.com/itflow-org/itflow
synced 2026-08-16 12:35:11 +00:00
Replace Function getDomainRecords() with getDnsRecords()
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
|
||||
// Get domain general info (whois + NS/A/MX records)
|
||||
function getDomainRecords($name)
|
||||
function getDnsRecords($name)
|
||||
{
|
||||
$records = array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user