0){
$_SESSION['eingeloggt'] = 1;
echo '
Candle Bibliothek | Warenkorb
Bibliothek
Candle
';
}else if($zeile['COUNT(*)'] > 0){
header("Location: passwort_stimmt_nicht.html");
}else{
header("Location: benutzer_existiert_nicht.html");
}
}else{
header("Location: 404.html");
}
?>