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:
Michael Tremer
2024-08-06 16:44:53 +02:00
parent f7879935a5
commit 76f429d5d8
10 changed files with 4 additions and 190 deletions

View File

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