This commit is contained in:
2024-06-14 10:35:47 +02:00
parent 65ba6fad57
commit 235c37f17f
12 changed files with 529 additions and 69 deletions

View File

@@ -20,7 +20,7 @@ if (isset($_POST['email']) && isset($_POST['password'])) {
$user_id = $row['id'];
$_SESSION['user_id'] = $user_id;
header('Location: index.php');
header('Location: ../index.html');
}
} else {
}