summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-02 10:08:33 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-02 10:08:33 -0400
commitd12e071a740a7aa7d08e42ac1ac8a008e3694e6b (patch)
treea56d50a86d2eb9b0fdd64fc6b35c13c44d112253 /pts-core/functions/pts-functions_system.php
parent29c941471b931d8d96b489cb4bf3d20ae8a4aab6 (diff)
downloadphoronix-test-suite-upstream-d12e071a740a7aa7d08e42ac1ac8a008e3694e6b.tar.gz
phoronix-test-suite-upstream-d12e071a740a7aa7d08e42ac1ac8a008e3694e6b.tar.xz
phoronix-test-suite-upstream-d12e071a740a7aa7d08e42ac1ac8a008e3694e6b.zip
pts-core: Various changes to system functions
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 892e169..05779cb 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: " . pts_disk_total() . "GB, ";
+ $hw_string .= "Disk Space: " . system_disk_total() . "GB, ";
$hw_string .= "Graphics: " . graphics_processor_string() . graphics_frequency_string() . ", ";
$hw_string .= "Screen Resolution: " . current_screen_resolution() . " ";