summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-03-30 14:49:22 +0000
committerTed Trask <ttrask01@yahoo.com>2011-03-30 14:49:22 +0000
commitc13362bf0143eb9a2a49d4070e8b0b78b12a39b9 (patch)
tree3e523a74102aac7831043ccdd4b4da363104b204
parent206148ed3cf2942c2d1eebe7f051391a65c411d7 (diff)
downloadacf-kamailio-c13362bf0143eb9a2a49d4070e8b0b78b12a39b9.tar.bz2
acf-kamailio-c13362bf0143eb9a2a49d4070e8b0b78b12a39b9.tar.xz
Modified for acf-core-0.13.0
-rw-r--r--kamailio-listfiles-html.lsp6
1 files changed, 1 insertions, 5 deletions
diff --git a/kamailio-listfiles-html.lsp b/kamailio-listfiles-html.lsp
index caff231..93a00fc 100644
--- a/kamailio-listfiles-html.lsp
+++ b/kamailio-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 %>