passwort == $passwort) { $_SESSION["username"] = $username; header("Location: /show_pocsag.php"); } else { echo "Benutzername und/oder Passwort waren falsch. Login"; } ?>