mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-23 13:24:06 +00:00
Initial commit of V2.
This commit is contained in:
7
old_version/controllers/hash.php
Normal file
7
old_version/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