summaryrefslogtreecommitdiffstats
path: root/rrdtool-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'rrdtool-status-html.lsp')
-rw-r--r--rrdtool-status-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/rrdtool-status-html.lsp b/rrdtool-status-html.lsp
index 5cbff7f..05141bd 100644
--- a/rrdtool-status-html.lsp
+++ b/rrdtool-status-html.lsp
@@ -1,13 +1,13 @@
<% local data, viewlibrary, page_info, session = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
-<% displaycommandresults({"install","edit"}, session) %>
+<% htmlviewfunctions.displaycommandresults({"install","edit"}, session) %>
<H1>System Info</H1>
<DL>
<%
-displayitem(data.value.version)
+htmlviewfunctions.displayitem(data.value.version)
%>
</DL>