diff options
Diffstat (limited to 'kamailio-listtables-html.lsp')
-rw-r--r-- | kamailio-listtables-html.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kamailio-listtables-html.lsp b/kamailio-listtables-html.lsp index 9460bf6..fec3ac4 100644 --- a/kamailio-listtables-html.lsp +++ b/kamailio-listtables-html.lsp @@ -1,5 +1,6 @@ <% local form, viewlibrary, page_info, session = ... %> <% require("htmlviewfunctions") %> +<% html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"createdatabase"}, session) %> |