Jupp, hier ist sie:PhilippK hat geschrieben:Poste doch mal bitte die viewtopic.php
[gelöscht]
Jupp, hier ist sie:PhilippK hat geschrieben:Poste doch mal bitte die viewtopic.php
Code: Alles auswählen
// Make sure the player is registered
$user_id = $userdata['user_id'];
$username = $userdata['username'];
if (!$userdata['session_logged_in'] && $user_id == ANONYMOUS)
{
$header_location = ( @preg_match("/Microsoft|WebSTAR|Xitami/", getenv("SERVER_SOFTWARE")) ) ? "Refresh: 0; URL=" : "Location: ";
header($header_location . append_sid("login.$phpEx?redirect=viewtopic.$phpEx", true));
exit;
}