summaryrefslogtreecommitdiffstats
path: root/squid-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-27 02:36:59 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-27 02:36:59 +0000
commit431ddffe689166eecf58b990bc938fa151b63de1 (patch)
treee419804ae89a8daa96a83fd1409ddda1727b4f8a /squid-config-html.lsp
parent83556510c6c49cbe3b300796bffecadd8da3f77c (diff)
downloadacf-squid-431ddffe689166eecf58b990bc938fa151b63de1.tar.bz2
acf-squid-431ddffe689166eecf58b990bc938fa151b63de1.tar.xz
Removed unneeded views by updating CFE for autoview
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)
-%>