Merge remote-tracking branch 'private/maketank-theme' into 0.9.38.4
This commit is contained in:
@@ -217,6 +217,7 @@ function createDomainZone($domain_id, $froxlorhostname = false, $isMainButSubTo
|
||||
}
|
||||
foreach ($required_entries as $type => $records) {
|
||||
if ($type == 'MX') {
|
||||
var_dump($records);
|
||||
foreach ($records as $record) {
|
||||
$zonerecords[] = new DnsEntry($record, 'MX', $mx_details[1], $mx_details[0]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user