From 8ed7b3a95363a65dc21d904b350e742961b9b62a Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Sun, 10 Jan 2021 12:22:17 +0100 Subject: [PATCH] print were to go --- update.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update.php b/update.php index 59d2789..dc24a0b 100644 --- a/update.php +++ b/update.php @@ -16,7 +16,8 @@ $_SESSION['activated'] = $user['activated']; $_SESSION['updated_at'] = $user['updated_at']; -echo 'Session newly validated!'; +echo 'Session newly validated!
'; +echo "Going to ".$_GET['page']; if(isset($_GET['page'])) { echo ''; } if($_GET['page'] == "update.php"){