mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Create hash.php
This commit is contained in:
parent
e68032904b
commit
d6496c22d8
7
controllers/hash.php
Normal file
7
controllers/hash.php
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?php
|
||||||
|
echo json_encode(
|
||||||
|
array(
|
||||||
|
"gitHash" => trim(`git rev-parse HEAD`)
|
||||||
|
)
|
||||||
|
);
|
||||||
|
?>
|
Loading…
x
Reference in New Issue
Block a user