From: Michael Tremer Date: Tue, 6 Nov 2012 10:44:45 +0000 (+0100) Subject: Update credits.cgi. X-Git-Tag: v2.11-core64~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb874f2e7cb3a251d16b0555e51a45e219b9e46b;p=ipfire-2.x.git Update credits.cgi. --- diff --git a/html/cgi-bin/credits.cgi b/html/cgi-bin/credits.cgi index 0d091a2d8e..32242670d2 100644 --- a/html/cgi-bin/credits.cgi +++ b/html/cgi-bin/credits.cgi @@ -41,9 +41,16 @@ print <$Lang::tr{'donation-text'}

- $Lang::tr{'donation'} + + $Lang::tr{'donation'} +
-
+



+

+ $Lang::tr{'our donors'}: + + irrsinn.de gmbh +

END ; &Header::closebox(); @@ -51,12 +58,11 @@ END &Header::openbox('100%', 'left', $Lang::tr{'credits'}); print <
http://www.ipfire.org/
-
-

- IPFire is based on IPCop and Smoothwall. Many thanks to its developers.
- We want to say thank you to all of the developers who ever contributed anything to IPFire. -

+
+
+ $Lang::tr{'visit us at'}: http://www.ipfire.org/ +
+


Development:
@@ -90,23 +96,18 @@ Peter Schälchli Jan Paul Tücking (jan.tuecking\@ipfire.org)

-

-This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/. -

END ; &Header::closebox(); -&Header::openbox('100%', 'left', 'General Public License v3'); -if ( -e "/usr/share/doc/licenses/GPLv3" ) { - print ''; -} -else { - print '
GENERAL PUBLIC LICENSE
'; -} - +&Header::openbox("100%", "left", $Lang::tr{'other'}); +print < + This product includes GeoLite data created by MaxMind, available from + http://www.maxmind.com/. +

+END +; &Header::closebox(); &Header::closebigbox();