Zwei Domains für ein phpBB
Verfasst: 16.02.2004 12:27
Beschreibung: Dieses Snippet behebt die Loginprobleme, wenn zwei Domains direkt auf ein phpBB verweisen.
phpBB Version: 2.0.x (folgender Code stammt aus 2.0.6)
Author: LifeIsPain
Orginalpost: http://www.phpbb.com/phpBB/viewtopic.php?t=105287
Keywords: login+zwei+domains
phpBB Version: 2.0.x (folgender Code stammt aus 2.0.6)
Author: LifeIsPain
Orginalpost: http://www.phpbb.com/phpBB/viewtopic.php?t=105287
Code: Alles auswählen
#
#-----[ DATEI ÖFFNEN ]------------------------------------------
#
includes/functions.php
#
#-----[ FINDE]------------------------------------------
#
$server_name = preg_replace('#^\/?(.*?)\/?$#', '\1', trim($board_config['server_name']));
#
#-----[ ERSETZE MIT ]-------------------------------------------
#
$server_name = $_SERVER["SERVER_NAME"];