lemme pull

This commit is contained in:
ui0ppk 2023-02-05 11:20:44 +02:00
parent 698473b1e9
commit e96cf02a17
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;