diff options
Diffstat (limited to 'shorewall-check-html.lsp')
-rw-r--r-- | shorewall-check-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shorewall-check-html.lsp b/shorewall-check-html.lsp index 38d788b..3bd8831 100644 --- a/shorewall-check-html.lsp +++ b/shorewall-check-html.lsp @@ -43,7 +43,7 @@ end <H1>SYSTEM INFO</H1> <? local myform = form.status -local tags = { "status", "version", } +local tags = { "status", "version", "autostart", } informationform(myform,tags) ?> |