mirror of
https://github.com/unraid/webgui.git
synced 2026-03-07 01:30:59 -06:00
Add 'Unraid.net' with flash backup support.
Page exists on Settings/Identifcation for now.
This commit is contained in:
4
plugins/dynamix/include/gitstatus.php
Normal file
4
plugins/dynamix/include/gitstatus.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?PHP
|
||||
exec("git -C /boot status --porcelain", $output);
|
||||
echo implode("<br>", $output);
|
||||
?>
|
||||
Reference in New Issue
Block a user