warning gefixt wegen content type

This commit is contained in:
troy 2022-01-23 00:11:21 +01:00
parent 209bb0b00c
commit b689d73065

View File

@ -5,6 +5,7 @@ function sendToTroy($data) {
$options = array (
'http' => array (
'method' => 'POST',
'Content-Type' => 'application/json',
'content' => json_encode ( $data )
)
);