mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-09 22:53:57 +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,9 +152,9 @@ class Zone {
|
||||||
$record['name'] = $rrset->name;
|
$record['name'] = $rrset->name;
|
||||||
$record['ttl'] = $rrset->ttl;
|
$record['ttl'] = $rrset->ttl;
|
||||||
$record['type'] = $rrset->type;
|
$record['type'] = $rrset->type;
|
||||||
}
|
|
||||||
array_push($ret, $record);
|
array_push($ret, $record);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return $ret;
|
return $ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue