summaryrefslogtreecommitdiffstats
path: root/shorewall-statusbasic-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'shorewall-statusbasic-html.lsp')
-rw-r--r--shorewall-statusbasic-html.lsp17
1 files changed, 0 insertions, 17 deletions
diff --git a/shorewall-statusbasic-html.lsp b/shorewall-statusbasic-html.lsp
deleted file mode 100644
index 99e7895..0000000
--- a/shorewall-statusbasic-html.lsp
+++ /dev/null
@@ -1,17 +0,0 @@
-<% local form = ...
-require("viewfunctions")
---[[ DEBUG INFORMATION
-io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
-io.write(html.cfe_unpack(form))
-io.write("</span>")
---]]
-%>
-
-<H1>SYSTEM INFO</H1>
-<DL>
-<%
-local myform = form
-local tags = { "status", "version", "autostart", }
-displayinfo(myform,tags,"viewonly")
-%>
-</DL>