We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118ef75 commit 9999703Copy full SHA for 9999703
public_html/webhook.php
@@ -22,6 +22,7 @@
22
header("HTTP/1.1 200 OK");
23
}
24
else {
25
+ fwrite(STDERR, "error webhook\n");
26
header("HTTP/1.1 500 KO");
27
28
?>
0 commit comments