Reset_password.php: add whitespaces around =
parent
308df1617c
commit
94ca1c51b3
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue