diff options
| -rw-r--r-- | asterisk-listfiles-html.lsp | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/asterisk-listfiles-html.lsp b/asterisk-listfiles-html.lsp index caff231..93a00fc 100644 --- a/asterisk-listfiles-html.lsp +++ b/asterisk-listfiles-html.lsp @@ -2,7 +2,7 @@  require("viewfunctions")  %> -<% displaycommandresults({"edit", "startstop"}, session) %> +<% displaycommandresults({"edit"}, session) %>  <% if viewlibrary and viewlibrary.dispatch_component then   	viewlibrary.dispatch_component("status") @@ -22,7 +22,3 @@ end %>     end  %>  </TABLE></DL> - -<% if viewlibrary and viewlibrary.dispatch_component then  -	viewlibrary.dispatch_component("startstop") -end %>  | 
