summaryrefslogtreecommitdiffstats
path: root/openssh-addauth-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-28 02:50:20 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-28 02:50:20 +0000
commit858de38569955840f47f214f4510573e3dca5b9b (patch)
tree8492b83b3297d5902f29b1d482c7b1418df0198f /openssh-addauth-html.lsp
parentfc55bf98224acb9e3b658591a3d323328d8f16ab (diff)
downloadacf-openssh-858de38569955840f47f214f4510573e3dca5b9b.tar.bz2
acf-openssh-858de38569955840f47f214f4510573e3dca5b9b.tar.xz
Removed unneeded views by updating CFE for autoview
Diffstat (limited to 'openssh-addauth-html.lsp')
-rw-r--r--openssh-addauth-html.lsp11
1 files changed, 0 insertions, 11 deletions
diff --git a/openssh-addauth-html.lsp b/openssh-addauth-html.lsp
deleted file mode 100644
index 43f7db6..0000000
--- a/openssh-addauth-html.lsp
+++ /dev/null
@@ -1,11 +0,0 @@
-<% local form, viewlibrary, page_info = ...
-require("htmlviewfunctions")
-html = require("acf.html")
-%>
-
-<H1><%= html.html_escape(form.label) %></H1>
-<%
- form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
- form.value.user.type = "hidden"
- htmlviewfunctions.displayform(form)
-%>