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

5 lines
86 B
PHP

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