summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openssh-config-html.lsp6
1 files changed, 0 insertions, 6 deletions
diff --git a/openssh-config-html.lsp b/openssh-config-html.lsp
index 9054e73..aee05a9 100644
--- a/openssh-config-html.lsp
+++ b/openssh-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 = {"Port", "ListenAddress", "PermitRootLogin", "PasswordAuthentication", "UseDNS"}
displayform(form, order)
%>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("startstop")
-end %>