summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system_hardware.php
diff options
context:
space:
mode:
Diffstat (limited to 'pts-core/functions/pts-functions_system_hardware.php')
-rw-r--r--pts-core/functions/pts-functions_system_hardware.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pts-core/functions/pts-functions_system_hardware.php b/pts-core/functions/pts-functions_system_hardware.php
index 8eceaec..d26c128 100644
--- a/pts-core/functions/pts-functions_system_hardware.php
+++ b/pts-core/functions/pts-functions_system_hardware.php
@@ -141,7 +141,7 @@ function system_hard_disks()
do
{
// Calculate disk names
- $search_disk_strings = array("ATA-7", "ATA-8");
+ $search_disk_strings = array("ATA-6", "ATA-7", "ATA-8");
$start_point = -1;
for($i = 0; $i < count($search_disk_strings) && $start_point == -1; $i++)
@@ -243,7 +243,7 @@ function system_hard_disks()
}
if(count($disks) == 0)
- $disks = system_disk_total();
+ $disks = system_disk_total() . "GB";
else
$disks = implode(" + ", $disks);