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