summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-03-30 07:42:13 +0000
committerTed Trask <ttrask01@yahoo.com>2011-03-30 07:42:13 +0000
commit6fabe1bbc8f6e6ca99aee2c77fe95de0e26e3435 (patch)
tree3669763733d45fb9caba43e510f2584eee92858f
parentc36d4475ca31313597b00c867e8a58fbbaaf217a (diff)
downloadacf-shorewall-6fabe1bbc8f6e6ca99aee2c77fe95de0e26e3435.tar.bz2
acf-shorewall-6fabe1bbc8f6e6ca99aee2c77fe95de0e26e3435.tar.xz
Removed unnecessary commandresults
-rw-r--r--shorewall-listfiles-html.lsp2
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")