So, funktioniert da

Ich weiß nur noch nicht warum bei ihm:
PHP-Code:
        // neue AGB's
                
if ($login_check['neueagb'] == 1) {
        
setCookie('uid','',time()-86400*30);
        
setCookie('passwort','',time()-86400*30);
        
setCookie('autologin','',time()-86400*30);
        
$_SESSION['uid']        = "";
        
$_SESSION['passwort']    = "";
        
$_SESSION['login']        = "";
        
header ("location: http://www.hobbylose.de");
        die();
        } 
nicht ging und bei mir keine Probleme bereitet.
Bei ihm geht allerdings.
PHP-Code:
        @include_once('content/intern/neueagbs.php');
        @include_once(
'lib/footer.php');
        die(); 
        }