diff options
Diffstat (limited to 'dhcp-home-html.lsp')
-rw-r--r-- | dhcp-home-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp-home-html.lsp b/dhcp-home-html.lsp index 4f11fae..0cfc404 100644 --- a/dhcp-home-html.lsp +++ b/dhcp-home-html.lsp @@ -1,5 +1,5 @@ <% local view, viewlibrary, page_info, session = ... %> -<% require("htmlviewfunctions") %> +<% htmlviewfunctions = require("htmlviewfunctions") %> <% html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"settings", "edithost", "delhost", "createhost", "editsubnet", "delsubnet", "createsubnet"}, session) %> |