You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
768 B

<?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!!';
#$GLOBALS['URL_TO_TURNIER'] = 'http://url-to-generic-turnier/generic_turnier.php';
?>