passwort ändern

This commit is contained in:
2023-02-28 23:46:33 +01:00
parent 0ee583c662
commit f2fa8e46e9
8 changed files with 250 additions and 143 deletions

View File

@ -1,4 +1,9 @@
<?php
// error_reporting(E_ALL);
// ini_set("display_errors", 1);
header("Access-Control-Allow-Origin: *");
header("Access-Control-Allow-Headers: access");
header("Access-Control-Allow-Methods: POST");