@ -25,7 +25,6 @@ if(isset($_POST['submit'])) {
if (password_verify($password, $user->getPassword())) {
$_SESSION["user"] = $user->getID($con, $username);
header("Location: /home");
header('location: /home');
//echo $_SESSION["user"];
} else {
$passwordiswrong = true;