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 8aee254..38d788b 100644 --- a/shorewall-check-html.lsp +++ b/shorewall-check-html.lsp @@ -58,7 +58,7 @@ io.write(html.form[form.config.checkresult.type](form.config.checkresult)) <? local cmdform = form.management -local tags = { "start", "stop", "restart" } +local tags = { "restart" } if (cmdform) and (cmdform[tags[1]]) then ?> <form name="management" action="" method="POST"> |