#!/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', $Lang::tr{'credits'}); print <
$Lang::tr{'visit us at'}: http://www.ipfire.org/



Development:
Arne Fitzenreiter (arne.fitzenreiter\@ipfire.org) - Maintainer IPFire 2.x
Michael Tremer (michael.tremer\@ipfire.org) - Project Leader
Christian Schmidt (christian.schmidt\@ipfire.org) - Vice Project Leader
Stefan Schantl (stefan.schantl\@ipfire.org)
Heiner Schmeling (heiner.schmeling\@ipfire.org)
Ronald Wiesinger (ronald.wiesinger\@ipfire.org)
Silvio Rechenbach (silvio.rechenbach\@ipfire.org)
Dirk Wagner (dirk.wagner\@ipfire.org)
Erik Kapfer (erik.kapfer\@ipfire.org)
Alfred Haas (alfred.haas\@ipfire.org)

Inactive:
Peter Pfeiffer (peter.pfeifer\@ipfire.org)
Peter Schälchli (peter.schaelchli\@ipfire.org)
Jan Paul Tücking (jan.tuecking\@ipfire.org)

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();