jquery-mobile/latest.php
2011-04-13 15:32:57 -07:00

4 lines
85 B
PHP

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