summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:11:48 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:11:48 +0000
commit78ac21d322776cf905a43ce9d0e696d980b3d274 (patch)
tree95cafeceec42adf3031b4904233f450758cb7663
parent3de93c48a46d4ec726478388f75086f85a3f459d (diff)
downloadacf-lighttpd-78ac21d322776cf905a43ce9d0e696d980b3d274.tar.bz2
acf-lighttpd-78ac21d322776cf905a43ce9d0e696d980b3d274.tar.xz
Added require statement for html library
-rw-r--r--lighttpd-listfiles-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lighttpd-listfiles-html.lsp b/lighttpd-listfiles-html.lsp
index 6420120..0d2e49f 100644
--- a/lighttpd-listfiles-html.lsp
+++ b/lighttpd-listfiles-html.lsp
@@ -1,5 +1,6 @@
<% local data, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% htmlviewfunctions.displaycommandresults({"expert"}, session) %>