This commit is contained in:
nolanwhy 2023-02-05 10:27:01 +01:00
commit fe81e20f98
1 changed files with 0 additions and 1 deletions

View File

@ -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;