diff --git a/docroot/git/push.php b/docroot/git/push.php index 6646350..38e4c7c 100755 --- a/docroot/git/push.php +++ b/docroot/git/push.php @@ -4,6 +4,9 @@ * Update Website When Code Is Pushed * */ -system ( "cd /usr/web/sites/app.zirror.com/;git pull" ); +//system ( "cd /usr/web/sites/app.zirror.com/;git pull" ); +$pData['pdata'] = $_POST; + +system("echo '" . json_encode($pData) . "' >> /tmp/post.log"); ?>