mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
licenses: Remove the braindead GPL acception stage
The GPL is not an EULA and so there is no value in having users accept it. The UI is very broken and so I believe it is best to drop this entirely. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -19,11 +19,5 @@
|
||||
# #
|
||||
###############################################################################
|
||||
|
||||
if (! -e "/var/ipfire/main/gpl_accepted" ) {
|
||||
print "Status: 302 Moved Temporarily\n";
|
||||
print "Location: /cgi-bin/gpl.cgi\n\n";
|
||||
exit (0);
|
||||
}
|
||||
|
||||
print "Status: 302 Moved Temporarily\n";
|
||||
print "Location: /cgi-bin/index.cgi\n\n";
|
||||
|
||||
Reference in New Issue
Block a user