<?php
/*
 * Created on 05.09.2008
 *
 * @copyright (c) 2009 animegame.eu
 * @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public Licence
 *
 */

$GLOBALS['server_url_long'] = 'http://www.animegame.eu';
$GLOBALS['server_url_short'] = 'animegame.eu';
$GLOBALS['email_webmaster'] = 'hecht@animegame.eu';
$GLOBALS['forum_url'] = 'http://forum.yabgwn.de/phpBB3/';
$GLOBALS['server_game_title'] = 'Your Title';

$GLOBALS['admin_realname'] = 'Markus Mustermann';
$GLOBALS['admin_street'] = 'Musterstasse 7';
$GLOBALS['admin_plz'] = '12345 Musterstadt';

// Verschluesselungscode fuer die Passwoerter!
$GLOBALS['PW_AES_KEY'] = 'CHANGE_THIS_KEY_TO_PROVIDE_MORE_SECURITY!!';

?>