diff options
-rw-r--r-- | shorewall-listfiles-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shorewall-listfiles-html.lsp b/shorewall-listfiles-html.lsp index 69f4ec1..17d9d00 100644 --- a/shorewall-listfiles-html.lsp +++ b/shorewall-listfiles-html.lsp @@ -2,7 +2,7 @@ require("viewfunctions") %> -<% displaycommandresults({"edit", "check", "startstop"}, session) %> +<% displaycommandresults({"edit", "check"}, session) %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") |