summaryrefslogtreecommitdiffstats
path: root/openssh-addauth-html.lsp
diff options
context:
space:
mode:
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)
-%>