diff options
Diffstat (limited to 'iptables-filterrules-html.lsp')
-rw-r--r-- | iptables-filterrules-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables-filterrules-html.lsp b/iptables-filterrules-html.lsp index b5f26ee..c51328e 100644 --- a/iptables-filterrules-html.lsp +++ b/iptables-filterrules-html.lsp @@ -1,5 +1,5 @@ <% local data, viewlibrary, page_info, session = ... %> -<% require("htmlviewfunctions") %> +<% htmlviewfunctions = require("htmlviewfunctions") %> <% html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"editchain", "deletechain", "createrule", "deleterule", "editrule", "createchain"}, session) %> |