add createDomainZone function for new dns-editor; dump zone below the editor for testing purposes; all required entries that are not custom entered will be auto-generated like the bind-cron does this for now

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2016-05-10 14:11:01 +02:00
parent 64d068659f
commit 407a7c01aa
3 changed files with 219 additions and 0 deletions

View File

@@ -283,4 +283,6 @@ foreach ($type_select_values as $_type) {
}
eval("\$record_list=\"" . getTemplate("dns_editor/list", true) . "\";");
$zonefile = createDomainZone($domain_id);
eval("echo \"" . getTemplate("dns_editor/index", true) . "\";");