jquery-mobile/gitposthook.php
2011-04-13 16:15:00 -07:00

5 lines
87 B
PHP

<?php
$file = fopen('gitstatus.log','wb');
fwrite($file, 'NewCommit');
fclose($file);