Skip to content

Commit 9999703

Browse files
committed
error webhook
1 parent 118ef75 commit 9999703

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public_html/webhook.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
header("HTTP/1.1 200 OK");
2323
}
2424
else {
25+
fwrite(STDERR, "error webhook\n");
2526
header("HTTP/1.1 500 KO");
2627
}
2728
?>

0 commit comments

Comments
 (0)