summaryrefslogtreecommitdiffstats
path: root/openssl-status-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 21:02:06 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 21:02:06 +0000
commit9b6f535853515cd9a0d1cec4b8d688184819f559 (patch)
treeba54849f59027078a5a5ff8d412e38176b56d068 /openssl-status-html.lsp
parent49cbcaba71cd29d7679acfa0958b024724f10c17 (diff)
downloadacf-openssl-9b6f535853515cd9a0d1cec4b8d688184819f559.tar.bz2
acf-openssl-9b6f535853515cd9a0d1cec4b8d688184819f559.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'openssl-status-html.lsp')
-rw-r--r--openssl-status-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-status-html.lsp b/openssl-status-html.lsp
index 3a5e504..2a3e44f 100644
--- a/openssl-status-html.lsp
+++ b/openssl-status-html.lsp
@@ -1,5 +1,5 @@
<% local view, viewlibrary, page_info, session = ... %>
-<% require("htmlviewfunctions") %>
+<% htmlviewfunctions = require("htmlviewfunctions") %>
<% html = require("acf.html") %>
<% htmlviewfunctions.displaycommandresults({"checkenvironment", "putcacert", "generatecacert"}, session, true) %>