summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-03-30 14:55:57 +0000
committerTed Trask <ttrask01@yahoo.com>2011-03-30 14:55:57 +0000
commit5abd9e6edc58f25879ab476a6fd40ca524e060cb (patch)
tree5a60ba802dc225a6f1e414cb5e4557d005b73312
parent4e6c4a85133822f45ab85087c2ceb3d9ad0b71ed (diff)
downloadacf-freeswitch-5abd9e6edc58f25879ab476a6fd40ca524e060cb.tar.bz2
acf-freeswitch-5abd9e6edc58f25879ab476a6fd40ca524e060cb.tar.xz
Modified for acf-core-0.13.0
-rw-r--r--freeswitch-listfiles-html.lsp6
1 files changed, 1 insertions, 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 %>