7de4ef85 by Jeff Balicki

test

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