fix forgotpassword page
This commit is contained in:
parent
569848c7be
commit
b971039a81
|
|
@ -1,5 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
if (isLoggedIn())
|
||||||
|
{
|
||||||
|
redirect("/");
|
||||||
|
}
|
||||||
|
|
||||||
$alert = '';
|
$alert = '';
|
||||||
if(isset($_POST['Submit']))
|
if(isset($_POST['Submit']))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue