From dc6ed83537e1bcc1347ad16bee095ef4d641bc69 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Mon, 9 Oct 2017 22:06:33 +0200 Subject: [PATCH] delete unused dial.cgi file MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- config/rootfiles/common/web-user-interface | 1 - config/rootfiles/core/115/update.sh | 4 ++++ html/html/dial.cgi | 4 ---- 3 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 html/html/dial.cgi diff --git a/config/rootfiles/common/web-user-interface b/config/rootfiles/common/web-user-interface index 531f8bdad5..d538b8a5b6 100644 --- a/config/rootfiles/common/web-user-interface +++ b/config/rootfiles/common/web-user-interface @@ -108,7 +108,6 @@ srv/web/ipfire/html/captive/assets/favicon.ico srv/web/ipfire/html/captive/assets/ipfire.png srv/web/ipfire/html/captive/template.html srv/web/ipfire/html/clwarn.cgi -srv/web/ipfire/html/dial.cgi srv/web/ipfire/html/favicon.ico #srv/web/ipfire/html/images srv/web/ipfire/html/images/IPFire.png diff --git a/config/rootfiles/core/115/update.sh b/config/rootfiles/core/115/update.sh index efeb2d88c3..4b30cd8b6d 100644 --- a/config/rootfiles/core/115/update.sh +++ b/config/rootfiles/core/115/update.sh @@ -38,6 +38,10 @@ openvpnctrl -kn2n # Extract files extract_files +# Remove files +rm -vf \ + /srv/web/ipfire/html/dial.cgi + # update linker config ldconfig diff --git a/html/html/dial.cgi b/html/html/dial.cgi deleted file mode 100644 index 7c7b7db3ce..0000000000 --- a/html/html/dial.cgi +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/perl - -print "Status: 302 Moved\n"; -print "Location: /cgi-bin/dial/index.cgi\n\n"; -- 2.39.5