4b46e32e by Jeff Balicki

e

1 parent c0eec39f
<?php
#webhook.php Testing
echo "finally working..<br/>";
echo "finally working...<br/>";
$cmd = shell_exec('git commit -a -m "message"');
$cmd = shell_exec("git pull 2>&1");
#for debugging
......