diff options
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 %> |