summaryrefslogtreecommitdiffstats
path: root/chrony-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'chrony-config-html.lsp')
-rw-r--r--chrony-config-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrony-config-html.lsp b/chrony-config-html.lsp
index 185596f..fbf58e1 100644
--- a/chrony-config-html.lsp
+++ b/chrony-config-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info, session = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
<% if viewlibrary and viewlibrary.dispatch_component then
@@ -9,5 +9,5 @@ end %>
<H1>Config</H1>
<%
local order = { "server", "allow", "driftfile", "keyfile", "commandkey" }
- displayform(form, order, nil, page_info)
+ htmlviewfunctions.displayform(form, order, nil, page_info)
%>