]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
credits.cgi: Remove hint about used MaxMind database and software.
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 12 Jun 2020 18:04:21 +0000 (20:04 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 12 Jun 2020 18:04:21 +0000 (20:04 +0200)
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>
html/cgi-bin/credits.cgi

index cd399ffed14daadfbebb3547724cd4ba558ed7c2..84866653561a6a2c39f9627e2e15b1e8f0f65058 100644 (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();