2016-03-24 17:19:32 +01:00

8 lines
92 B
PHP

<?php
echo json_encode(
array(
"gitHash" => trim(`git rev-parse HEAD`)
)
);
?>