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:
@@ -180,7 +180,7 @@ if (isset($_POST['add_client'])) {
|
||||
// Insert domain and SSL using SET
|
||||
if (!empty($website) && filter_var($website, FILTER_VALIDATE_DOMAIN, FILTER_FLAG_HOSTNAME)) {
|
||||
$expire = getDomainExpirationDate($website);
|
||||
$records = getDomainRecords($website);
|
||||
$records = getDnsRecords($website);
|
||||
$a = cleanInput($records['a']);
|
||||
$ns = cleanInput($records['ns']);
|
||||
$mx = cleanInput($records['mx']);
|
||||
|
||||
Reference in New Issue
Block a user