Add mutli-factor authentication.

This commit is contained in:
markjcrane
2023-04-16 01:10:39 -06:00
parent 74f6630df4
commit 00801b5b04
14 changed files with 1436 additions and 293 deletions

View File

@@ -101,7 +101,7 @@
}
//redirect the user to the index page
header("Location: ".PROJECT_PATH."/login.php");
header("Location: ".PROJECT_PATH."/");
exit;
?>