diff options
Diffstat (limited to 'tinydns-status-html.lsp')
-rw-r--r-- | tinydns-status-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinydns-status-html.lsp b/tinydns-status-html.lsp index dd7a720..06b5339 100644 --- a/tinydns-status-html.lsp +++ b/tinydns-status-html.lsp @@ -35,7 +35,7 @@ end <H1>SYSTEM INFO</H1> <? local myform = form.status -local tags = { "status", "version", } +local tags = { "status", "version", "autostart", } displayinfo(myform,tags,"viewonly") ?> |