diff --git a/php/php-dog/wantNewPw.php b/php/php-dog/wantNewPw.php index c933a42..4111279 100644 --- a/php/php-dog/wantNewPw.php +++ b/php/php-dog/wantNewPw.php @@ -3,6 +3,10 @@ use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\SMTP; use PHPMailer\PHPMailer\Exception; +// 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");