mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Also export keyinfo
This commit is contained in:
parent
d02889a918
commit
fcdba74c14
1 changed files with 3 additions and 0 deletions
|
@ -143,6 +143,9 @@ class Zone {
|
||||||
$ret = Array();
|
$ret = Array();
|
||||||
$ret['account'] = $this->account;
|
$ret['account'] = $this->account;
|
||||||
$ret['dnssec'] = $this->dnssec;
|
$ret['dnssec'] = $this->dnssec;
|
||||||
|
if ($this->dnssec) {
|
||||||
|
$ret['keyinfo'] = $this->keyinfo;
|
||||||
|
}
|
||||||
$ret['id'] = $this->id;
|
$ret['id'] = $this->id;
|
||||||
$ret['kind'] = $this->kind;
|
$ret['kind'] = $this->kind;
|
||||||
$ret['masters'] = $this->masters;
|
$ret['masters'] = $this->masters;
|
||||||
|
|
Loading…
Add table
Reference in a new issue