fix forgotpassword page

This commit is contained in:
Austin 2021-11-05 10:39:52 -04:00
parent 569848c7be
commit b971039a81
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
<?php
if (isLoggedIn())
{
redirect("/");
}
$alert = '';
if(isset($_POST['Submit']))
{