Update controller.PHP

This commit is contained in:
Dangrainage 2023-07-21 09:29:35 +02:00 committed by GitHub
parent a27b0cda95
commit 6c1f40e942
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['login'])) {
// Check if username and password are valid
if ($username === 'admin' && $password === 'password') {
// Redirect to home page if login is successful
header('Location: /');
header('Location: Redditlikepost1.HTML');
exit;
} else {
// Display an error message if login is unsuccessful