summaryrefslogtreecommitdiffstats
path: root/iptables-filterrules-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:11:04 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:11:04 +0000
commite9d1dabb876d1644d83a7961a593af4e15eef9b5 (patch)
tree3ea6a64a33ac2d49353ae3f6468519213bb91c58 /iptables-filterrules-html.lsp
parent47a9e7da8c229413def72070d5674f1dfb4d0e05 (diff)
downloadacf-iptables-e9d1dabb876d1644d83a7961a593af4e15eef9b5.tar.bz2
acf-iptables-e9d1dabb876d1644d83a7961a593af4e15eef9b5.tar.xz
Added require statement for html library
Diffstat (limited to 'iptables-filterrules-html.lsp')
-rw-r--r--iptables-filterrules-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/iptables-filterrules-html.lsp b/iptables-filterrules-html.lsp
index 7011016..b5f26ee 100644
--- a/iptables-filterrules-html.lsp
+++ b/iptables-filterrules-html.lsp
@@ -1,5 +1,6 @@
<% local data, viewlibrary, page_info, session = ... %>
<% require("htmlviewfunctions") %>
+<% html = require("acf.html") %>
<% htmlviewfunctions.displaycommandresults({"editchain", "deletechain", "createrule", "deleterule", "editrule", "createchain"}, session) %>