summaryrefslogtreecommitdiffstats
path: root/kamailio-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 20:55:27 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 20:55:27 +0000
commitdb68ed71e71fc443d47cea8c9c91b0302e8339ec (patch)
tree95f6df80def5b4d105b86755fb1e6c3236895042 /kamailio-listfiles-html.lsp
parent5d8563ffe7ebfe596179baebc016ba7fa1905381 (diff)
downloadacf-kamailio-db68ed71e71fc443d47cea8c9c91b0302e8339ec.tar.bz2
acf-kamailio-db68ed71e71fc443d47cea8c9c91b0302e8339ec.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'kamailio-listfiles-html.lsp')
-rw-r--r--kamailio-listfiles-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kamailio-listfiles-html.lsp b/kamailio-listfiles-html.lsp
index e99c936..d63398c 100644
--- a/kamailio-listfiles-html.lsp
+++ b/kamailio-listfiles-html.lsp
@@ -1,5 +1,5 @@
<% local view, viewlibrary, page_info, session = ...
-require("htmlviewfunctions")
+htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>