summaryrefslogtreecommitdiffstats
path: root/lbu-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'lbu-config-html.lsp')
-rw-r--r--lbu-config-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lbu-config-html.lsp b/lbu-config-html.lsp
index 10b0dd1..6a720d1 100644
--- a/lbu-config-html.lsp
+++ b/lbu-config-html.lsp
@@ -1,8 +1,8 @@
<% local form, viewlibrary, page_info, session = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
-<% displaycommandresults({"editincluded", "editexcluded", "selectbackup"}, session, true) %>
+<% htmlviewfunctions.displaycommandresults({"editincluded", "editexcluded", "selectbackup"}, session, true) %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
@@ -11,7 +11,7 @@ end %>
<H1>Config</H1>
<%
local order = { "LBU_MEDIA", "ENCRYPTION", "DEFAULT_CIPHER", "PASSWORD" }
- displayform(form, order)
+ htmlviewfunctions.displayform(form, order)
if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("editincluded")