Revision 455bc0b1
Added by Jim Pingle almost 12 years ago
usr/local/www/diag_smart.php | ||
---|---|---|
277 | 277 |
default: |
278 | 278 |
{ |
279 | 279 |
// Get all AD* and DA* (IDE and SCSI) devices currently installed and stores them in the $devs array |
280 |
exec("ls /dev | grep '^[ad][da][0-9]\{1,2\}$'", $devs); |
|
280 |
exec("ls /dev | grep '^[ad][da]a*[0-9]\{1,2\}$'", $devs);
|
|
281 | 281 |
?> |
282 | 282 |
<table width="100%" border="0" cellpadding="0" cellspacing="0"> |
283 | 283 |
<tr> |
Also available in: Unified diff
Also catch adaX Fixes #3112