From 884d15f1cc74cf5fd984c8184fd6b7e3183ed597 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 16 Oct 2024 14:00:54 +0200 Subject: [PATCH] =?UTF-8?q?data=20mit=20json=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Belevo_Server_Kommunikation/module.php | 3 ++- library.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index 74bf29a..ea2355b 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -165,7 +165,8 @@ return $json; */ $options = [ 'http' => [ - 'header' => "id: test\r\n", + 'header' => "daten: " . $json . "\r\n". + "id: test\r\n", 'method' => 'POST', ], diff --git a/library.json b/library.json index 327c23c..833732f 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.47", + "version": "0.48", "build": 0, "date": 0 } \ No newline at end of file