diff --git a/docroot/git/push.php b/docroot/git/push.php index 13544ea..a837d13 100755 --- a/docroot/git/push.php +++ b/docroot/git/push.php @@ -3,9 +3,9 @@ /* * Update Website When Code Is Pushed * When comment is prepended with ! it will not pull the push - * MrOlsen * */ +// XXX - Convert to JSON if (isset ( $_POST ['payload'] )) { $pData = json_decode ( $_POST ['payload'] );