summaryrefslogtreecommitdiffstats
path: root/kamailio-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:11:29 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:11:29 +0000
commit567e623b8285a1b93440c2aa51a00bffb92e32ab (patch)
tree679347e536a42c389b47dd63e75d3b4c1572b56b /kamailio-listfiles-html.lsp
parent8a8a4ce760822f27f032f2f9c3e528537847dc7e (diff)
downloadacf-kamailio-567e623b8285a1b93440c2aa51a00bffb92e32ab.tar.bz2
acf-kamailio-567e623b8285a1b93440c2aa51a00bffb92e32ab.tar.xz
Added require statement for html library
Diffstat (limited to 'kamailio-listfiles-html.lsp')
-rw-r--r--kamailio-listfiles-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/kamailio-listfiles-html.lsp b/kamailio-listfiles-html.lsp
index bcc9020..e99c936 100644
--- a/kamailio-listfiles-html.lsp
+++ b/kamailio-listfiles-html.lsp
@@ -1,5 +1,6 @@
<% local view, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% htmlviewfunctions.displaycommandresults({"edit"}, session) %>