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