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