mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
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:
committed by
Michael Tremer
parent
436479a29f
commit
dc6ed83537
@@ -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
|
||||
|
||||
@@ -38,6 +38,10 @@ openvpnctrl -kn2n
|
||||
# Extract files
|
||||
extract_files
|
||||
|
||||
# Remove files
|
||||
rm -vf \
|
||||
/srv/web/ipfire/html/dial.cgi
|
||||
|
||||
# update linker config
|
||||
ldconfig
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
print "Status: 302 Moved\n";
|
||||
print "Location: /cgi-bin/dial/index.cgi\n\n";
|
||||
Reference in New Issue
Block a user