This commit is contained in:
Jay Trees 2022-01-14 16:18:24 +01:00
parent 77c606d84b
commit d6aa088575

View file

@ -21,7 +21,7 @@ if (isset($_POST['email'], $_POST['password'])) {
}
if (isset($_SESSION['user'])) {
header('Location: ?page=home');
header('Location: /?page=home');
die();
}