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