From 5014bc5ed077aec57e540293689eef4047b253fc Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Sun, 10 Jan 2021 00:08:33 +0100 Subject: [PATCH] changed the activation path to update session --- activate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activate.php b/activate.php index 60e63e3..e19cbbc 100644 --- a/activate.php +++ b/activate.php @@ -44,7 +44,7 @@ if(isset($_GET['send'])) { $result = $statement->execute(array('userid'=> $userid )); if($result) { - die('Activated. Going to login now.'); + die('Activated. Going to secure now.'); } } ?>