summaryrefslogtreecommitdiffstats
path: root/app/acf-util/logon-logout-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/acf-util/logon-logout-html.lsp')
-rw-r--r--app/acf-util/logon-logout-html.lsp7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/acf-util/logon-logout-html.lsp b/app/acf-util/logon-logout-html.lsp
deleted file mode 100644
index 765eb4f..0000000
--- a/app/acf-util/logon-logout-html.lsp
+++ /dev/null
@@ -1,7 +0,0 @@
-<% local view= ... %>
-<% require("htmlviewfunctions") %>
-<h1>Log Out</h1>
-
-<%= htmlviewfunctions.cfe_unpack(view) %>
-
-<%= html.html_escape(view.logout.value) %>