summaryrefslogtreecommitdiffstats
path: root/openvpn-listcerts-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn-listcerts-html.lsp')
-rw-r--r--openvpn-listcerts-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/openvpn-listcerts-html.lsp b/openvpn-listcerts-html.lsp
index 22252fa..7e4a0ab 100644
--- a/openvpn-listcerts-html.lsp
+++ b/openvpn-listcerts-html.lsp
@@ -1,8 +1,8 @@
<% local view, viewlibrary, page_info, session = ... %>
-<% require("viewfunctions") %>
+<% require("htmlviewfunctions") %>
-<% displaycommandresults({"deletecert", "generatedhparams"}, session) %>
-<% displaycommandresults({"uploadcert"}, session, true) %>
+<% htmlviewfunctions.displaycommandresults({"deletecert", "generatedhparams"}, session) %>
+<% htmlviewfunctions.displaycommandresults({"uploadcert"}, session, true) %>
<H1><%= html.html_escape(view.label) %></H1>