From 8bd4a1cbecad7a1fed8ba94dc29365b877571073 Mon Sep 17 00:00:00 2001 From: Ihor_Zhekov Date: Thu, 19 Feb 2026 13:16:42 +0100 Subject: [PATCH] k --- Profice WebSite/scripts/add/send.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Profice WebSite/scripts/add/send.php b/Profice WebSite/scripts/add/send.php index 5a70fd2..b62829e 100644 --- a/Profice WebSite/scripts/add/send.php +++ b/Profice WebSite/scripts/add/send.php @@ -198,7 +198,7 @@ function sendToWebhook($data, $webhookUrl = null) { curl_setopt_array($ch, [ CURLOPT_URL => $url, CURLOPT_RETURNTRANSFER => true, - CURLOPT_POST => true,curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); + CURLOPT_POST => true, CURLOPT_POSTFIELDS => $jsonData, CURLOPT_HTTPHEADER => [ 'Content-Type: application/json',