summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:10:26 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:10:26 +0000
commit4d0de79177a61ec7bd57865e411ad661fc10460b (patch)
tree30d8182253b2efdff4cddc00647d7e8744ac7bbb
parent2f776c5baa2d76079a350dd5226100ee0e0681d2 (diff)
downloadacf-freeswitch-4d0de79177a61ec7bd57865e411ad661fc10460b.tar.bz2
acf-freeswitch-4d0de79177a61ec7bd57865e411ad661fc10460b.tar.xz
Added require statement for html library
-rw-r--r--freeswitch-listfiles-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/freeswitch-listfiles-html.lsp b/freeswitch-listfiles-html.lsp
index a6cc926..53af88d 100644
--- a/freeswitch-listfiles-html.lsp
+++ b/freeswitch-listfiles-html.lsp
@@ -1,5 +1,6 @@
<% local view, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% htmlviewfunctions.displaycommandresults({"editfile", "deletefile", "reloadxml"}, session) %>