We can now view zones. Yay!

This commit is contained in:
Mark Schouten 2016-08-03 14:29:35 +02:00
parent a8ccbeb10a
commit 4ac1e6e767

View file

@ -152,9 +152,9 @@ class Zone {
$record['name'] = $rrset->name;
$record['ttl'] = $rrset->ttl;
$record['type'] = $rrset->type;
}
array_push($ret, $record);
}
}
return $ret;
}