credits.cgi: Remove hint about used MaxMind database and software.

We do not rely anymore on data and software from this vendor, so
we safely can drop this notice.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2020-06-12 20:04:21 +02:00
parent d0faaf61d6
commit 942b662b6b

View File

@@ -146,16 +146,6 @@ END
;
&Header::closebox();
&Header::openbox("100%", "left", $Lang::tr{'other'});
print <<END
<p>
This product includes GeoLite data created by MaxMind, available from
<a href='http://www.maxmind.com/' target="_blank">http://www.maxmind.com/</a>.
</p>
END
;
&Header::closebox();
&Header::closebigbox();
&Header::closepage();