3180fd0d by Dan Rempel

Merge branch 'deploy' of git.gotenzing.com:tenzing/banners-with-skip into deploy

2 parents 75ca5bfa 602d89ff
1 <?php 1 <?php
2 #webhook.php Testing 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");
6 6
......