#!/usr/bin/perl ############################################################################### # # # IPFire.org - A linux based firewall # # Copyright (C) 2011 IPFire Team # # # # 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 # # the Free Software Foundation, either version 3 of the License, or # # (at your option) any later version. # # # # This program is distributed in the hope that it will be useful, # # but WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # # GNU General Public License for more details. # # # # You should have received a copy of the GNU General Public License # # along with this program. If not, see . # # # ############################################################################### use strict; # enable only the following on debugging purpose #use warnings; #use CGI::Carp 'fatalsToBrowser'; require '/var/ipfire/general-functions.pl'; require "${General::swroot}/lang.pl"; require "${General::swroot}/header.pl"; &Header::showhttpheaders(); &Header::openpage($Lang::tr{'credits'}, 1, ''); &Header::openbigbox('100%', 'center'); &Header::openbox('100%', 'left', $Lang::tr{'donation'}); print <$Lang::tr{'donation-text'}

$Lang::tr{'donation'}
END ; &Header::closebox(); &Header::openbox('100%', 'left',); print <
$Lang::tr{'visit us at'}: https://www.ipfire.org/


Michael Tremer, Arne Fitzenreiter, Christian Schmidt, Alexander Marx, Matthias Fischer, Stefan Schantl, Jan Paul Tuecking, Jonatan Schlag, Erik Kapfer, Dirk Wagner, Peter Müller, Marcel Lorenz, Alf Høgemark, Ben Schweikert, Peter Pfeiffer, Daniel Glanzmann, Heiner Schmeling, Timo Eissler, Daniel Weismüller, Jan Lentfer, Marcus Scholz, Ersan Yildirim, Joern-Ingo Weigert, Alfred Haas, Wolfgang Apolinarski, Lars Schuhmacher, Rene Zingel, Sascha Kilian, Ronald Wiesinger, Stephan Feddersen, Daniel Weismueller, Justin Luth, Michael Eitelwein, Bernhard Bitsch, Dominik Hassler, Larsen, Gabriel Rolland, Anton D. Seliverstov, Bernhard Bittner, David Kleuker, Hans Horsten, Jakub Ratajczak, Jorrit de Jonge, Przemek Zdroik, Andrew Bellows, Axel Gembe, Bernhard Held, Christoph Anderegg, Daniel Aleksandersen, Douglas Duckworth, Eberhard Beilharz, Ersan Yildirim Ersan, Gerd Hoerst, H. Horsten, Heino Gutschmidt, Jan Behrens, Jochen Kauz, Julian McConnell, Jörn-Ingo Weigert, Kay-Michael Köhler, Kim Wölfel, Logan Schmidt, Nico Prenzel, Osmar Gonzalez, Paul T. Simmons, Robert Möker, Stefan Ernst, Stefan Ferstl, Thomas Ebert, Timmothy Wilson, Umberto Parma

Community Developers:

END ; &Header::closebox(); &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(); &Header::closepage();