aboutsummaryrefslogtreecommitdiff
path: root/admin/panes/hardware.lshw.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/panes/hardware.lshw.php')
-rw-r--r--admin/panes/hardware.lshw.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/panes/hardware.lshw.php b/admin/panes/hardware.lshw.php
new file mode 100644
index 0000000..f50c1ce
--- /dev/null
+++ b/admin/panes/hardware.lshw.php
@@ -0,0 +1,4 @@
+<?php
+
+exec("sudo lshw -html -quiet", $ret);
+echo(implode("\n", $ret)); \ No newline at end of file