diff options
author | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 14:46:19 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 14:46:19 +0000 |
commit | e7cc69b3246dcdbbe4aab0241b67d3046bf99e04 (patch) | |
tree | 4c147c881463ec7bade8d6db83491f765ef972a9 /kamailio-listfiles-html.lsp | |
parent | 3b2fe7d9748212b29e322edb732aabe757566473 (diff) | |
download | acf-kamailio-master.tar.bz2 acf-kamailio-master.tar.xz |
Diffstat (limited to 'kamailio-listfiles-html.lsp')
-rw-r--r-- | kamailio-listfiles-html.lsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kamailio-listfiles-html.lsp b/kamailio-listfiles-html.lsp index 5b1c284..e63f826 100644 --- a/kamailio-listfiles-html.lsp +++ b/kamailio-listfiles-html.lsp @@ -1,4 +1,4 @@ -<% local view, viewlibrary, page_info, session = ... +<% local view, viewlibrary, page_info, session = ... htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> @@ -23,7 +23,7 @@ html = require("acf.html") <% htmlviewfunctions.displaycommandresults({"edit"}, session) %> -<% if viewlibrary and viewlibrary.dispatch_component then +<% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") end %> |