From 6c1f40e9420ebaf841008d728f580f43f9b11700 Mon Sep 17 00:00:00 2001 From: Dangrainage <99558179+Dangrainage@users.noreply.github.com> Date: Fri, 21 Jul 2023 09:29:35 +0200 Subject: [PATCH] Update controller.PHP --- controller.PHP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller.PHP b/controller.PHP index 70c655b..c9bdf74 100644 --- a/controller.PHP +++ b/controller.PHP @@ -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