phpmailer passwort reset

This commit is contained in:
Peter Hoppe
2023-02-08 16:09:00 +01:00
parent 9821f20dee
commit 0c5cfcbd19
15 changed files with 247 additions and 56 deletions

View File

@ -16,4 +16,5 @@ $conn = $db_connection->dbConnection();
$auth = new Auth($conn, $allHeaders);
echo $auth->isValid();
//echo (__DIR__);
?>