From 422463e22c30de0903f91780ea71950ebd0a922d Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Sun, 10 Jan 2021 00:07:44 +0100 Subject: [PATCH] just get to the page specified by "page" Get --- update.php | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/update.php b/update.php index 8e0f127..4b4a9d1 100644 --- a/update.php +++ b/update.php @@ -14,14 +14,7 @@ $_SESSION['lastName'] = $user['lastName']; $_SESSION['activated'] = $user['activated']; $_SESSION['updated_at'] = $user['updated_at']; -if(isset($_GET['register'])) { -echo 'Session newly validated. Going back to secure land! '; -}if(isset($_GET['profile'])) { - echo 'Session newly validated. Going back to profile land! '; -}if(isset($_GET['rawdata'])) { - echo 'Session newly validated. Going back to secure land! '; -}else { - echo 'Session newly validated. I dont know where i shoudl go! Defaulting to secure! '; -} +echo 'Session newly validated!'; +echo ''; ?> \ No newline at end of file