From bbc064fc9a370df1f27c9d1880b116966ba0c9b8 Mon Sep 17 00:00:00 2001 From: dare Date: Sat, 12 Feb 2022 22:21:33 +0000 Subject: [PATCH] change the login functionality --- html/home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/home.php b/html/home.php index ef1f7ad..5001966 100644 --- a/html/home.php +++ b/html/home.php @@ -6,7 +6,7 @@ if(!isset($_SESSION['sess_user'])) { -header ("Location: login.php"); +header ("Insert: login.php"); }