From ea1e5ef2f7b91f1f456da3f9343c9c98f8f896a4 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 30 Mar 2011 14:53:45 +0000 Subject: Modified for acf-core-0.13.0 --- openssh-config-html.lsp | 6 ------ 1 file changed, 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 %> -- cgit v1.2.3