summaryrefslogtreecommitdiffstats
path: root/tinydns-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'tinydns-status-html.lsp')
-rw-r--r--tinydns-status-html.lsp10
1 files changed, 8 insertions, 2 deletions
diff --git a/tinydns-status-html.lsp b/tinydns-status-html.lsp
index 03767d1..37a7c53 100644
--- a/tinydns-status-html.lsp
+++ b/tinydns-status-html.lsp
@@ -41,6 +41,12 @@ displayinfo(myform,tags,"viewonly")
<H2>PROGRAM SPECIFIC OPTIONS/INFORMATION</H2>
<?
+-- DEBUGGING
+--local myform = form.config
+--local tags = { "debug", }
+--displayinfo(myform,tags)
+
+
local myform = form.config.locations
--displayinfo(myform,tags)
io.write("<DL>")
@@ -100,8 +106,8 @@ end
?>
<?
-local tags = {"nsourdomain", "nsdomain", "host", "alias", "mx", "ptr", "cname", "soa", "generic" }
-local myform = form.config
+local tags = {"nsourdomain", "nsdomain", "host", "alias", "mx", "ptr", "cname", "soa", "generic", "all" }
+local myform = form.config.settings
io.write("<DL>")
for k,v in pairs(tags) do
local myform = myform[v]