summaryrefslogtreecommitdiffstats
path: root/squid-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'squid-config-html.lsp')
-rw-r--r--squid-config-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/squid-config-html.lsp b/squid-config-html.lsp
index 750718b..30203e8 100644
--- a/squid-config-html.lsp
+++ b/squid-config-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info, session = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
<% if viewlibrary and viewlibrary.dispatch_component then
@@ -10,5 +10,5 @@ end %>
<%
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
local order = {"httpports", "accesslog", "diskcache", "authmethod"}
- displayform(form, order)
+ htmlviewfunctions.displayform(form, order)
%>