From 8fc4cd8f7530831734636ad81ca428f9534ea3c8 Mon Sep 17 00:00:00 2001 From: "serny.s" Date: Sun, 17 Apr 2022 18:57:32 +0200 Subject: [PATCH] fix link --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index db24834..644c72d 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ if (isset($_POST['submit'])) { if ($password == "NSI") { $message = "redirection en cours"; setcookie("logged", $username, 120); - header('location: machine.html'); + header('location: machine.php'); } else { $message ="accès refusé"; }