mirror of
https://github.com/unraid/webgui.git
synced 2026-04-01 13:11:09 -05:00
5 lines
90 B
PHP
5 lines
90 B
PHP
<?PHP
|
|
exec("git -C /boot status --porcelain", $output);
|
|
echo implode("<br>", $output);
|
|
?>
|