summaryrefslogtreecommitdiffstats
path: root/squid-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'squid-config-html.lsp')
-rw-r--r--squid-config-html.lsp6
1 files changed, 0 insertions, 6 deletions
diff --git a/squid-config-html.lsp b/squid-config-html.lsp
index 3f2c786..750718b 100644
--- a/squid-config-html.lsp
+++ b/squid-config-html.lsp
@@ -2,8 +2,6 @@
require("viewfunctions")
%>
-<% displaycommandresults({"startstop"}, session) %>
-
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
end %>
@@ -14,7 +12,3 @@ end %>
local order = {"httpports", "accesslog", "diskcache", "authmethod"}
displayform(form, order)
%>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("startstop")
-end %>