mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Create hash.php
This commit is contained in:
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`)
|
||||
)
|
||||
);
|
||||
?>
|
Reference in New Issue
Block a user