Merge branch 'main' of https://github.com/grublox/grublox-site
This commit is contained in:
commit
fe81e20f98
|
|
@ -25,7 +25,6 @@ if(isset($_POST['submit'])) {
|
||||||
if (password_verify($password, $user->getPassword())) {
|
if (password_verify($password, $user->getPassword())) {
|
||||||
$_SESSION["user"] = $user->getID($con, $username);
|
$_SESSION["user"] = $user->getID($con, $username);
|
||||||
header("Location: /home");
|
header("Location: /home");
|
||||||
header('location: /home');
|
|
||||||
//echo $_SESSION["user"];
|
//echo $_SESSION["user"];
|
||||||
} else {
|
} else {
|
||||||
$passwordiswrong = true;
|
$passwordiswrong = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue