jun 14
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user