summaryrefslogtreecommitdiffstats
path: root/samba-listshares-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:14:45 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:14:45 +0000
commitaecf84c7d5d8d45396cd15c9e6490ac821c36558 (patch)
tree18bcb5c5acf23bb6ba4df78d9eb2a8a665836707 /samba-listshares-html.lsp
parent8e2db17600b5d55e5556a25114f6451000e6b831 (diff)
downloadacf-samba-aecf84c7d5d8d45396cd15c9e6490ac821c36558.tar.bz2
acf-samba-aecf84c7d5d8d45396cd15c9e6490ac821c36558.tar.xz
Added require statement for html library
Diffstat (limited to 'samba-listshares-html.lsp')
-rw-r--r--samba-listshares-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/samba-listshares-html.lsp b/samba-listshares-html.lsp
index a3332f7..80707a8 100644
--- a/samba-listshares-html.lsp
+++ b/samba-listshares-html.lsp
@@ -1,5 +1,6 @@
<% local view, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% htmlviewfunctions.displaycommandresults({"editshare", "deleteshare"}, session) %>