summaryrefslogtreecommitdiffstats
path: root/squid-status-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-08-12 14:06:46 +0000
committerTed Trask <ttrask01@yahoo.com>2008-08-12 14:06:46 +0000
commit9c32f7047c8d3b3f19f451149b291ee74ef64062 (patch)
tree47d2fc85994bf4b920b09ad456c52c3937b197b7 /squid-status-html.lsp
parentc9683570fd9a648a80713b4fef357f2cb7d5021b (diff)
downloadacf-squid-9c32f7047c8d3b3f19f451149b291ee74ef64062.tar.bz2
acf-squid-9c32f7047c8d3b3f19f451149b291ee74ef64062.tar.xz
Modified squid to use new status, startstop, and expert (replaced advanced) actions.
git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1379 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'squid-status-html.lsp')
l---------[-rw-r--r--]squid-status-html.lsp31
1 files changed, 1 insertions, 30 deletions
diff --git a/squid-status-html.lsp b/squid-status-html.lsp
index 59cb502..b2f8480 100644..120000
--- a/squid-status-html.lsp
+++ b/squid-status-html.lsp
@@ -1,30 +1 @@
-<% local form = ...
-require("viewfunctions")
-%>
-
-<%
---[[ DEBUG INFORMATION
-io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
-io.write(html.cfe_unpack(form))
-io.write("</span>")
---]]
-%>
-
-<H1>SYSTEM INFO</H1>
-<DL>
-<%
-local myform = form.info
-local tags = { "status", "version", "autostart", }
-displayinfo(myform,tags,"viewonly")
-%>
-</DL>
-
-<H2>General information</H2>
-<p>
-Squid is a web proxy server. It makes web requests in behalf of the client, and
-inspecting the returned and optionally caches that content so that the next time
-a client request is made, the content can be served from local disk. This can make
-web surfing faster. Squid can also forward its requests on to a content filter,
-such as DansGuardian.</p>
-
-
+../status-html.lsp \ No newline at end of file