mirror of
https://github.com/MichMich/MagicMirror.git
synced 2026-06-28 03:08:45 -07:00
Create hash.php
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
echo json_encode(
|
||||
array(
|
||||
"gitHash" => trim(`git rev-parse HEAD`)
|
||||
)
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user