data mit json hinzugefügt
This commit is contained in:
@@ -165,7 +165,8 @@ return $json;
|
|||||||
*/
|
*/
|
||||||
$options = [
|
$options = [
|
||||||
'http' => [
|
'http' => [
|
||||||
'header' => "id: test\r\n",
|
'header' => "daten: " . $json . "\r\n".
|
||||||
|
"id: test\r\n",
|
||||||
'method' => 'POST',
|
'method' => 'POST',
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "0.47",
|
"version": "0.48",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user