summaryrefslogtreecommitdiffstats
path: root/squid-digest-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-digest-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-digest-html.lsp')
-rw-r--r--squid-digest-html.lsp8
1 files changed, 0 insertions, 8 deletions
diff --git a/squid-digest-html.lsp b/squid-digest-html.lsp
index b441698..fb8aab6 100644
--- a/squid-digest-html.lsp
+++ b/squid-digest-html.lsp
@@ -1,15 +1,7 @@
<%
local form = ...
- local data = form.option
local service = form.service
- local srv1fill = ""
- local srv2fill = "disabled"
- if service.status == "running" then
- srv1fill = "disabled"
- srv2fill = ""
- end
-
%>
<h1>Web Proxy Configuration</h1>
<h2>General Information</h2>