mirror of
https://github.com/unraid/webgui.git
synced 2026-04-21 01:08:42 -05:00
410cf6bc97
Page exists on Settings/Identifcation for now.
5 lines
90 B
PHP
5 lines
90 B
PHP
<?PHP
|
|
exec("git -C /boot status --porcelain", $output);
|
|
echo implode("<br>", $output);
|
|
?>
|