]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - html/cgi-bin/credits.cgi
Merge branch 'master' of ssh://arne_f@git.ipfire.org/pub/git/ipfire-2.x
[people/teissler/ipfire-2.x.git] / html / cgi-bin / credits.cgi
index ff56efa8476d21cd986c67823ec3ddf3ef574e6f..e667c83dacd2e3aeb4f22588f9c2849e24889b24 100644 (file)
@@ -2,7 +2,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2010  IPFire Team  <info@ipfire.org>                          #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -35,13 +35,6 @@ require "${General::swroot}/header.pl";
 
 &Header::openbigbox('100%', 'center');
 
-&Header::openbox('100%', 'left', 'Version');
-print "This is ".`cat /etc/system-release`;
-print " - Pakfire ".`cat /opt/pakfire/etc/pakfire.conf | grep "version =" | cut -d\\" -f2`;
-print "<br />".`uname -a`;
-print "<br /><br /><br /><br />";
-&Header::closebox();
-
 &Header::openbox('100%', 'left', $Lang::tr{'donation'});
 
 print <<END
@@ -100,6 +93,10 @@ Sponsor  - Rene Zingel
 <p>Some parts of the distribution are left ajar on third-party software, that is licensed under the GPL, too.<br />
 There are: Advanced Proxy with URL-Filter and Update-Accelerator, ZERINA, Connection Scheduler, Hddtemp and Wake-on-LAN.<br />
 Distributed by Marco Sondermann, Ufuk Altinkaynak, Thomas Eichstaedt and Olaf Westrik.</p>
+<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();