diff options
Diffstat (limited to 'samba-listfiles-html.lsp')
-rw-r--r-- | samba-listfiles-html.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samba-listfiles-html.lsp b/samba-listfiles-html.lsp index 588c753..2458ea7 100644 --- a/samba-listfiles-html.lsp +++ b/samba-listfiles-html.lsp @@ -1,5 +1,6 @@ <% local data, viewlibrary, page_info, session = ... require("htmlviewfunctions") +html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"expert"}, session) %> |