auto reloader

This commit is contained in:
Michael Teeuw
2014-02-19 17:02:17 +01:00
parent cfff71a936
commit 657eb061cd
3 changed files with 43 additions and 1 deletions

2
githash.php Normal file
View File

@@ -0,0 +1,2 @@
<?php
echo json_encode(array('gitHash'=>trim(`git rev-parse HEAD`)));