summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_smart.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/diag_smart.php')
-rw-r--r--usr/local/www/diag_smart.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/diag_smart.php b/usr/local/www/diag_smart.php
index 2cbc60b..a8bfd3e 100644
--- a/usr/local/www/diag_smart.php
+++ b/usr/local/www/diag_smart.php
@@ -276,8 +276,7 @@ switch($action) {
// Default page, prints the forms to view info, test, etc...
default:
{
- // Get all AD* and DA* (IDE and SCSI) devices currently installed and stores them in the $devs array
- exec("ls /dev | grep '^\(ad\|da\|ada\)[0-9]\{1,2\}$'", $devs);
+ $devs = get_smart_drive_list();
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="default page">
<tr>
OpenPOWER on IntegriCloud