summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-polipo/luasrc/view/polipo_status.htm
diff options
context:
space:
mode:
authorYanase Yuki <dev@zpc.st>2024-09-10 18:16:32 +0900
committerHannu Nyman <hannu.nyman@iki.fi>2024-09-11 16:27:26 +0300
commitf19649b7beaed73c3567e3371a51553cb098ab40 (patch)
treeb745c1a0e03a751941d323244a31155dceac241c /applications/luci-app-polipo/luasrc/view/polipo_status.htm
parent80ac1e43650df3c1faf74c622d82d9a7b7a958aa (diff)
luci-app-polipo: remove package
Polipo is no longer maintained by upstream See https://www.irif.fr/~jch/software/polipo/ Signed-off-by: Yanase Yuki <dev@zpc.st>
Diffstat (limited to 'applications/luci-app-polipo/luasrc/view/polipo_status.htm')
-rw-r--r--applications/luci-app-polipo/luasrc/view/polipo_status.htm18
1 files changed, 0 insertions, 18 deletions
diff --git a/applications/luci-app-polipo/luasrc/view/polipo_status.htm b/applications/luci-app-polipo/luasrc/view/polipo_status.htm
deleted file mode 100644
index 007d2d5e4e..0000000000
--- a/applications/luci-app-polipo/luasrc/view/polipo_status.htm
+++ /dev/null
@@ -1,18 +0,0 @@
-<%
-
-local uci = require "luci.model.uci".cursor()
-local addr = "127.0.0.1"
-local port = uci:get("polipo", "general", "proxyPort") or "8123"
-
--%>
-
-<%+header%>
-
-<div class="cbi-map">
- <h2 name="content"><%:Polipo Status%></h2>
- <div class="cbi-section">
- <iframe id="sf" src="http://<%=luci.http.getenv('SERVER_NAME')%>:<%=port%>/polipo/" style="width:100%; height:350px; border:none"></iframe>
- </div>
-</div>
-
-<%+footer%>