summaryrefslogtreecommitdiffstats
path: root/squid-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'squid-config-html.lsp')
-rw-r--r--squid-config-html.lsp15
1 files changed, 0 insertions, 15 deletions
diff --git a/squid-config-html.lsp b/squid-config-html.lsp
deleted file mode 100644
index 22d8bf4..0000000
--- a/squid-config-html.lsp
+++ /dev/null
@@ -1,15 +0,0 @@
-<% local form, viewlibrary, page_info, session = ...
-require("htmlviewfunctions")
-html = require("acf.html")
-%>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("status")
-end %>
-
-<H1><%= html.html_escape(form.label) %></H1>
-<%
- form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
- local order = {"httpports", "accesslog", "diskcache", "authmethod"}
- htmlviewfunctions.displayform(form, order)
-%>