diff --git a/update.php b/update.php index 2856ab3..8d5a705 100644 --- a/update.php +++ b/update.php @@ -17,5 +17,9 @@ $_SESSION['updated_at'] = $user['updated_at']; echo 'Session newly validated!'; +if(isset($_GET['page'])) { echo ''; +} else { + die(); +} ?> \ No newline at end of file