summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-03-30 14:53:45 +0000
committerTed Trask <ttrask01@yahoo.com>2011-03-30 14:53:45 +0000
commitea1e5ef2f7b91f1f456da3f9343c9c98f8f896a4 (patch)
treee99165d5b9eaded7a5574837132507df95f5fa02
parent08ec8fa6557dcb5ea44d4cc043f9472adbf6bf02 (diff)
downloadacf-openssh-ea1e5ef2f7b91f1f456da3f9343c9c98f8f896a4.tar.bz2
acf-openssh-ea1e5ef2f7b91f1f456da3f9343c9c98f8f896a4.tar.xz
Modified for acf-core-0.13.0
-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 %>