Update controller.PHP
This commit is contained in:
parent
a27b0cda95
commit
6c1f40e942
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue