summaryrefslogtreecommitdiffstats
path: root/chrony-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 00:49:25 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 00:49:25 +0000
commit014a64f9b06cae003da8c2a5905277922807f5f1 (patch)
tree3062c1f73c56cf0bd5ba03503095bf46b7c26b10 /chrony-config-html.lsp
parent94d2fdb5e7dc424efa0409d2617d3241e4daaa35 (diff)
downloadacf-chrony-014a64f9b06cae003da8c2a5905277922807f5f1.tar.bz2
acf-chrony-014a64f9b06cae003da8c2a5905277922807f5f1.tar.xz
Updated for viewfunctions changed to htmlviewfunctions
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)
%>