diff --git a/public/git-broadcast.php b/public/git-broadcast.php index b88033e..d941b42 100644 --- a/public/git-broadcast.php +++ b/public/git-broadcast.php @@ -161,6 +161,7 @@ switch($_SERVER['HTTP_X_GITHUB_EVENT']) { } if(!empty($message)) { + // the var_dump($message); $sock = fsockopen($config['boat']['host'], $config['boat']['port'], $errno, $errstr, 5); $message = chr(1) . '/msg flash ' . $message;