summaryrefslogtreecommitdiffstats
path: root/iptables-filterrules-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 20:54:14 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 20:54:14 +0000
commited4e254d9b4b16102feaab4225bb4099aa6b18fa (patch)
tree05d403f46fd20562acc3480080de663292ce9930 /iptables-filterrules-html.lsp
parent390f4374ef46a352d5e4f97a326214a7dfcc19b5 (diff)
downloadacf-iptables-ed4e254d9b4b16102feaab4225bb4099aa6b18fa.tar.bz2
acf-iptables-ed4e254d9b4b16102feaab4225bb4099aa6b18fa.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'iptables-filterrules-html.lsp')
-rw-r--r--iptables-filterrules-html.lsp2
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) %>