diff --git a/update.php b/update.php index 939ffef..8e0f127 100644 --- a/update.php +++ b/update.php @@ -14,5 +14,14 @@ $_SESSION['lastName'] = $user['lastName']; $_SESSION['activated'] = $user['activated']; $_SESSION['updated_at'] = $user['updated_at']; -echo ''; +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! '; +} + ?> \ No newline at end of file