97b30b18 by Dan Rempel

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

2 parents 7a3a9952 4b46e32e
<?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
......