This commit is contained in:
flash 2023-04-12 02:32:55 +00:00
parent d6f6e9031a
commit 7967fe1313

View file

@ -160,6 +160,7 @@ switch($_SERVER['HTTP_X_GITHUB_EVENT']) {
break;
}
//
if(!empty($message)) {
var_dump($message);
$sock = fsockopen($config['boat']['host'], $config['boat']['port'], $errno, $errstr, 5);