summaryrefslogtreecommitdiffstats
path: root/openssl-status-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:12:58 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:12:58 +0000
commit317ccde9c617d79329269d7f4745fd0a0a56cf9e (patch)
tree71d334e23ec6b9308e0b7136998842acb081a555 /openssl-status-html.lsp
parent3ed7b7ba59c04c8886d0353ac20714d4abcd2bdf (diff)
downloadacf-openssl-317ccde9c617d79329269d7f4745fd0a0a56cf9e.tar.bz2
acf-openssl-317ccde9c617d79329269d7f4745fd0a0a56cf9e.tar.xz
Added require statement for html library
Diffstat (limited to 'openssl-status-html.lsp')
-rw-r--r--openssl-status-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl-status-html.lsp b/openssl-status-html.lsp
index a7633b3..02928d4 100644
--- a/openssl-status-html.lsp
+++ b/openssl-status-html.lsp
@@ -1,5 +1,6 @@
<% local view, viewlibrary, page_info, session = ... %>
<% require("htmlviewfunctions") %>
+<% html = require("acf.html") %>
<% htmlviewfunctions.displaycommandresults({"checkenvironment", "putcacert", "generatecacert"}, session, true) %>
<% htmlviewfunctions.displaycommandresults({"install"}, session) %>