data mit json hinzugefügt

This commit is contained in:
belevo\mh
2024-10-16 14:00:54 +02:00
parent 8b08cabd01
commit 884d15f1cc
2 changed files with 3 additions and 2 deletions

View File

@@ -165,7 +165,8 @@ return $json;
*/
$options = [
'http' => [
'header' => "id: test\r\n",
'header' => "daten: " . $json . "\r\n".
"id: test\r\n",
'method' => 'POST',
],

View File

@@ -6,7 +6,7 @@
"compatibility": {
"version": "7.1"
},
"version": "0.47",
"version": "0.48",
"build": 0,
"date": 0
}