Nun steht das da! Was wird falsch sein!
Warning: Cannot add header information - headers already sent by (output started at /homepages/28/d27099664/htdocs/login/login.php:8) in /homepages/28/d27099664/htdocs/login/login.php on line 80
Hier ist der Quelltext:
if($blabla == "admin") {
if (!file_exists("user/$user.php")) {
header("Location:/login/fehler_name.php");
exit;
}
Vielen Dank
Neils