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