example in php how to trigger the git update

This commit is contained in:
Gary Hansen
2017-06-21 03:59:24 +00:00
parent fe10230a96
commit 29af336172

View File

@@ -0,0 +1,3 @@
<?php
touch("git.flag");
echo "Success";