Reset_password.php: add whitespaces around =

Xuxuan
Hui Lan 2022-10-25 16:33:17 +08:00
parent 308df1617c
commit 94ca1c51b3
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
include 'Header.php'; include 'Header.php';
$token=htmlspecialchars($_GET['token']); $token = htmlspecialchars($_GET['token']);
$email=htmlspecialchars($_GET['email']); $email = htmlspecialchars($_GET['email']);
?> ?>
<div class="row"> <div class="row">