summaryrefslogtreecommitdiffstats
path: root/samba-listfiles-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'samba-listfiles-html.lsp')
-rw-r--r--samba-listfiles-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/samba-listfiles-html.lsp b/samba-listfiles-html.lsp
index 42887ac..588c753 100644
--- a/samba-listfiles-html.lsp
+++ b/samba-listfiles-html.lsp
@@ -1,8 +1,8 @@
<% local data, viewlibrary, page_info, session = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
-<% displaycommandresults({"expert"}, session) %>
+<% htmlviewfunctions.displaycommandresults({"expert"}, session) %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")