diff --git a/config/rootfiles/common/web-user-interface b/config/rootfiles/common/web-user-interface index 531f8bdad..d538b8a5b 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 efeb2d88c..4b30cd8b6 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 7c7b7db3c..000000000 --- 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";