mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-08 22:43:58 +03:00
We can now view zones. Yay!
This commit is contained in:
parent
a8ccbeb10a
commit
4ac1e6e767
1 changed files with 1 additions and 1 deletions
|
@ -152,8 +152,8 @@ class Zone {
|
|||
$record['name'] = $rrset->name;
|
||||
$record['ttl'] = $rrset->ttl;
|
||||
$record['type'] = $rrset->type;
|
||||
array_push($ret, $record);
|
||||
}
|
||||
array_push($ret, $record);
|
||||
}
|
||||
|
||||
return $ret;
|
||||
|
|
Loading…
Add table
Reference in a new issue