diff options
| author | Ted Trask <ttrask01@yahoo.com> | 2011-03-30 10:00:47 +0000 |
|---|---|---|
| committer | Ted Trask <ttrask01@yahoo.com> | 2011-03-30 10:00:47 +0000 |
| commit | 745d5608b5687f458e262a2a8c19f619b8de824d (patch) | |
| tree | cd016d26140fec7499f4bf7c17c0cec4ecfa8794 | |
| parent | fa57796814cc4968fc09fa10dbba4687a51fc7d9 (diff) | |
| download | acf-asterisk-745d5608b5687f458e262a2a8c19f619b8de824d.tar.bz2 acf-asterisk-745d5608b5687f458e262a2a8c19f619b8de824d.tar.xz | |
Modified for acf-core-0.13.0
| -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 %> |
