From 60c339677bf4196d684a05fdfaa3f4535f82e852 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 30 Mar 2011 09:58:18 +0000 Subject: Modified for acf-core-0.13.0 --- fetchmail-config-html.lsp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/fetchmail-config-html.lsp b/fetchmail-config-html.lsp index 811fd20..9be8300 100644 --- a/fetchmail-config-html.lsp +++ b/fetchmail-config-html.lsp @@ -1,7 +1,7 @@ <% local view, viewlibrary, page_info, session = ... %> <% require("viewfunctions") %> -<% displaycommandresults({"editconfig", "editentry", "deleteentry", "createentry", "startstop"}, session) %> +<% displaycommandresults({"editconfig", "editentry", "deleteentry", "createentry"}, session) %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") @@ -20,7 +20,3 @@ end %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("listentries") end %> - -<% if viewlibrary and viewlibrary.dispatch_component then - viewlibrary.dispatch_component("startstop") -end %> -- cgit v1.2.3