summaryrefslogtreecommitdiffstats
path: root/app/acf-util/roles-getlist-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/acf-util/roles-getlist-html.lsp')
-rw-r--r--app/acf-util/roles-getlist-html.lsp13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/acf-util/roles-getlist-html.lsp b/app/acf-util/roles-getlist-html.lsp
deleted file mode 100644
index 25d8d62..0000000
--- a/app/acf-util/roles-getlist-html.lsp
+++ /dev/null
@@ -1,13 +0,0 @@
-<? local view= ... ?>
-<? --[[
- io.write(html.cfe_unpack(view))
---]] ?>
-
-<h1>Controller Status</h1>
-<? ---[[
-for a,b in pairs(view.contlist) do
- print("<b>",a,"</b>")
- for k,v in pairs(b) do print(v) end
- print("<br>")
-end
---]] ?>