diff options
Diffstat (limited to 'tinydns-status-html.lsp')
-rw-r--r-- | tinydns-status-html.lsp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tinydns-status-html.lsp b/tinydns-status-html.lsp index 5ceb8ea..dd7a720 100644 --- a/tinydns-status-html.lsp +++ b/tinydns-status-html.lsp @@ -40,6 +40,7 @@ displayinfo(myform,tags,"viewonly") ?> <H2>PROGRAM SPECIFIC OPTIONS/INFORMATION</H2> +<H3>Locations</H3> <? -- DEBUGGING --local myform = form.config @@ -106,6 +107,7 @@ local function recurseoutput(table,cnt) end ?> +<H3>Records</H3> <? local tags = {"nsourdomain", "nsdomain", "host", "alias", "mx", "ptr", "cname", "soa", "generic", "all" } local myform = form.config.settings |