diff --git a/docroot/git/push.php b/docroot/git/push.php index a837d13..43be426 100755 --- a/docroot/git/push.php +++ b/docroot/git/push.php @@ -5,6 +5,7 @@ * When comment is prepended with ! it will not pull the push * */ + // XXX - Convert to JSON if (isset ( $_POST ['payload'] )) { $pData = json_decode ( $_POST ['payload'] );