mirror of
https://github.com/unraid/webgui.git
synced 2025-12-31 22:50:25 -06:00
5 lines
90 B
PHP
5 lines
90 B
PHP
<?PHP
|
|
exec("git -C /boot status --porcelain", $output);
|
|
echo implode("<br>", $output);
|
|
?>
|