#!/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, Stefan Schantl, Christian Schmidt, Matthias Fischer, Alexander Marx, Peter Müller, Adolf Belka, Erik Kapfer, Jan Paul Tücking, Jonatan Schlag, Dirk Wagner, Marcel Lorenz, Alf Høgemark, Ben Schweikert, Daniel Weismüller, Peter Pfeiffer, Daniel Glanzmann, Heiner Schmeling, Stephan Feddersen, Leo-Andres Hofmann, Timo Eissler, Stéphane Pautrel, Jan Lentfer, Marcus Scholz, Ersan Yildirim, Jörn-Ingo Weigert, Alexander Koch, Wolfgang Apolinarski, Alfred Haas, Lars Schuhmacher, Rene Zingel, Sascha Kilian, Ronald Wiesinger, Florian Bührle, Bernhard Bitsch, Justin Luth, Michael Eitelwein, Alex Koch, Dominik Hassler, Larsen, Ramax Lo, Gabriel Rolland, Marcel Follert, Tim FitzGeorge, Anton D. Seliverstov, Bernhard Bittner, David Kleuker, Hans Horsten, Jakub Ratajczak, Jorrit de Jonge, Przemek Zdroik, Alexander Rudolf Gruber, Andrew Bellows, Axel Gembe, Bernhard Held, Christoph Anderegg, Daniel Aleksandersen, Douglas Duckworth, Eberhard Beilharz, Ersan Yildirim Ersan, Gerd Hoerst, Giovanni Aneloni, H. Horsten, Heino Gutschmidt, Jan Behrens, Jochen Kauz, Julian McConnell, Kay-Michael Köhler, Kim Wölfel, Logan Schmidt, Markus Untersee, Mathew McBride, Nico Prenzel, Oliver Fuhrer, Osmar Gonzalez, Paul T. Simmons, Rob Brewer, Robert Möker, Roberto Peña, Stefan Ernst, Stefan Ferstl, Steffen Klammer, Thomas Cekal, Thomas Ebert, Timmothy Wilson, Umberto Parma

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