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