Merge remote-tracking branch 'private/maketank-theme' into 0.9.38.4

This commit is contained in:
2016-12-16 17:20:55 +01:00
302 changed files with 8775 additions and 0 deletions

View File

@@ -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]);
}