From 8d59887b5e635a408128c14f661bec349cf638e2 Mon Sep 17 00:00:00 2001 From: flashwave Date: Wed, 12 Apr 2023 02:34:38 +0000 Subject: [PATCH] meow --- public/git-broadcast.php | 1 + 1 file changed, 1 insertion(+) 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;