7de4ef85 by Jeff Balicki

test

1 parent 095c114e
<?php
#webhook.php
#webhook.php Testing
echo "finally working<br/>";
$cmd = shell_exec("git pull 2>&1");
......