warning gefixt wegen content type
This commit is contained in:
parent
209bb0b00c
commit
b689d73065
@ -5,6 +5,7 @@ function sendToTroy($data) {
|
||||
$options = array (
|
||||
'http' => array (
|
||||
'method' => 'POST',
|
||||
'Content-Type' => 'application/json',
|
||||
'content' => json_encode ( $data )
|
||||
)
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user