Skip to content

Commit 7929fa4

Browse files
committed
update
1 parent 86c85d9 commit 7929fa4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

web/github.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ function SendToChat(string $Where, array $Payload) : bool
212212
'Content-Type: application/json',
213213
],
214214
]);
215-
curl_exec($c);
215+
$out = curl_exec($c);
216+
error_log("Out: {$out}");
216217
$Code = curl_getinfo($c, CURLINFO_HTTP_CODE);
217218
curl_close($c);
218219
error_log('Rocket Chat HTTP ' . $Code . PHP_EOL);

0 commit comments

Comments
 (0)