From: Peter Müller Date: Mon, 9 Oct 2017 20:06:33 +0000 (+0200) Subject: delete unused dial.cgi file X-Git-Tag: v2.19-core115~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc6ed83537e1bcc1347ad16bee095ef4d641bc69;p=ipfire-2.x.git delete unused dial.cgi file Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- 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";