diff --git a/Reset_password.php b/Reset_password.php index 7af1740..02a277e 100644 --- a/Reset_password.php +++ b/Reset_password.php @@ -8,8 +8,8 @@ include 'Header.php'; -$token=$_GET['token']; -$email=$_GET['email']; +$token=htmlspecialchars($_GET['token']); +$email=htmlspecialchars($_GET['email']); ?>