fix routes.php bad char
This commit is contained in:
parent
1f9193eee3
commit
946ba7f769
@ -254,7 +254,7 @@ $app->group('/api', function($app){
|
|||||||
'Reply-To: ' . "clam2021@fing.edu.uy" . "\r\n" .
|
'Reply-To: ' . "clam2021@fing.edu.uy" . "\r\n" .
|
||||||
'Content-Type: ' . "text/plain; charset=UTF-8". "\r\n" .
|
'Content-Type: ' . "text/plain; charset=UTF-8". "\r\n" .
|
||||||
'X-Mailer: PHP/' . phpversion();
|
'X-Mailer: PHP/' . phpversion();
|
||||||
mail($data['email'], 'Registro exitoso CLAM2021', $mailbody, $headers);*/
|
mail($data['email'], 'Registro exitoso CLAM2021', $mailbody, $headers);
|
||||||
}
|
}
|
||||||
$newres = $response->withJson($arrayresponse);
|
$newres = $response->withJson($arrayresponse);
|
||||||
return $newres;
|
return $newres;
|
||||||
|
Loading…
Reference in New Issue
Block a user