diff --git a/front/systeminfo.php b/front/systeminfo.php index 7a168695..13388e5f 100644 --- a/front/systeminfo.php +++ b/front/systeminfo.php @@ -103,6 +103,31 @@ $hdd_devices_mount = explode("\n", trim($hdd_result)); $usb_result = shell_exec("lsusb"); $usb_devices_mount = explode("\n", trim($usb_result)); +// General ---------------------------------------------------------- +echo '