summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-08 11:30:51 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-08 11:30:51 -0400
commitda4347f839a50cfabcd96c1760da847e7ebd705f (patch)
tree936cdd79247c2f918b12d1055af9a4c5938cb745 /pts-core/functions/pts-functions_system.php
parent7ce8686cb414f28699de884aa939b73dbea578b9 (diff)
downloadphoronix-test-suite-upstream-da4347f839a50cfabcd96c1760da847e7ebd705f.tar.gz
phoronix-test-suite-upstream-da4347f839a50cfabcd96c1760da847e7ebd705f.tar.xz
phoronix-test-suite-upstream-da4347f839a50cfabcd96c1760da847e7ebd705f.zip
pts-core: Add support for reading hard disk model number and true disk
capacity
Diffstat (limited to 'pts-core/functions/pts-functions_system.php')
-rw-r--r--pts-core/functions/pts-functions_system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_system.php b/pts-core/functions/pts-functions_system.php
index 05779cb..47ee0ad 100644
--- a/pts-core/functions/pts-functions_system.php
+++ b/pts-core/functions/pts-functions_system.php
@@ -35,7 +35,7 @@ function pts_hw_string()
$hw_string .= "Motherboard: " . main_system_hardware_string() . ", ";
$hw_string .= "Chipset: " . motherboard_chipset_string() . ", ";
$hw_string .= "System Memory: " . memory_mb_capacity() . "MB, ";
- $hw_string .= "Disk Space: " . system_disk_total() . "GB, ";
+ $hw_string .= "Disk: " . system_hard_disks() . ", ";
$hw_string .= "Graphics: " . graphics_processor_string() . graphics_frequency_string() . ", ";
$hw_string .= "Screen Resolution: " . current_screen_resolution() . " ";