Reset_password.php: add whitespaces around =
parent
308df1617c
commit
94ca1c51b3
|
@ -8,8 +8,8 @@
|
|||
|
||||
|
||||
include 'Header.php';
|
||||
$token=htmlspecialchars($_GET['token']);
|
||||
$email=htmlspecialchars($_GET['email']);
|
||||
$token = htmlspecialchars($_GET['token']);
|
||||
$email = htmlspecialchars($_GET['email']);
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
|
|
Loading…
Reference in New Issue