summaryrefslogtreecommitdiffstats
path: root/shorewall-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:14:54 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:14:54 +0000
commitedcd55d1a8031217321f7cd69cfe32bd6a9e633d (patch)
treeb8385e30ebd85f59d2dc2427ac3db5f8c48754e1 /shorewall-listfiles-html.lsp
parent0c2c01c296c5fb215ee2db12f68ffbeaa8c43863 (diff)
downloadacf-shorewall-edcd55d1a8031217321f7cd69cfe32bd6a9e633d.tar.bz2
acf-shorewall-edcd55d1a8031217321f7cd69cfe32bd6a9e633d.tar.xz
Added require statement for html library
Diffstat (limited to 'shorewall-listfiles-html.lsp')
-rw-r--r--shorewall-listfiles-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/shorewall-listfiles-html.lsp b/shorewall-listfiles-html.lsp
index d079e3b..dd8c2a2 100644
--- a/shorewall-listfiles-html.lsp
+++ b/shorewall-listfiles-html.lsp
@@ -1,5 +1,6 @@
<% local data, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% htmlviewfunctions.displaycommandresults({"edit"}, session) %>