From 5abd9e6edc58f25879ab476a6fd40ca524e060cb Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 30 Mar 2011 14:55:57 +0000 Subject: Modified for acf-core-0.13.0 --- freeswitch-listfiles-html.lsp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/freeswitch-listfiles-html.lsp b/freeswitch-listfiles-html.lsp index 3c96bad..e742961 100644 --- a/freeswitch-listfiles-html.lsp +++ b/freeswitch-listfiles-html.lsp @@ -2,7 +2,7 @@ require("viewfunctions") %> -<% displaycommandresults({"editfile", "deletefile", "startstop"}, session) %> +<% displaycommandresults({"editfile", "deletefile"}, session) %> <% displaycommandresults({"createfile"}, session, true) %> <% if viewlibrary and viewlibrary.dispatch_component then @@ -42,7 +42,3 @@ end %> createform.action = page_info.script .. page_info.prefix .. page_info.controller .. "/createfile" displayform(createform) end %> - -<% if viewlibrary and viewlibrary.dispatch_component then - viewlibrary.dispatch_component("startstop") -end %> -- cgit v1.2.3