Add 'Unraid.net' with flash backup support.

Page exists on Settings/Identifcation for now.
This commit is contained in:
Tom Mortensen
2019-01-07 11:46:58 -08:00
parent ed92c3bbfb
commit 410cf6bc97
4 changed files with 544 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
<?PHP
exec("git -C /boot status --porcelain", $output);
echo implode("<br>", $output);
?>