diff --git a/ag/include/config/server_example.inc.php b/ag/include/config/server_example.inc.php index 5533da9..d6d6679 100644 --- a/ag/include/config/server_example.inc.php +++ b/ag/include/config/server_example.inc.php @@ -7,10 +7,12 @@ * */ -$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_url_long'] = 'http://www.yourdomain.eu'; +$GLOBALS['server_url_short'] = 'yourdomain.eu'; +$GLOBALS['email_webmaster'] = 'noreply@yourdomain.eu'; +$GLOBALS['forum_url'] = 'http://forum.yourdomain.eu/phpBB3/'; +$GLOBALS['faq_url'] = 'http://wiki.yourdomain.eu/index.php/FAQ'; +$GLOBALS['noobguide_url'] = 'http://wiki.yourdomain.eu/index.php/Anfaengerguide'; $GLOBALS['server_game_title'] = 'Your Title'; $GLOBALS['admin_realname'] = 'Markus Mustermann';