00f44c29 by Jeff Balicki

text

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