delete unused dial.cgi file

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Peter Müller
2017-10-09 22:06:33 +02:00
committed by Michael Tremer
parent 436479a29f
commit dc6ed83537
3 changed files with 4 additions and 5 deletions

View File

@@ -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

View File

@@ -38,6 +38,10 @@ openvpnctrl -kn2n
# Extract files
extract_files
# Remove files
rm -vf \
/srv/web/ipfire/html/dial.cgi
# update linker config
ldconfig

View File

@@ -1,4 +0,0 @@
#!/usr/bin/perl
print "Status: 302 Moved\n";
print "Location: /cgi-bin/dial/index.cgi\n\n";