summaryrefslogtreecommitdiffstats
path: root/pts-core
diff options
context:
space:
mode:
Diffstat (limited to 'pts-core')
-rw-r--r--pts-core/functions/pts-functions_system_hardware.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_system_hardware.php b/pts-core/functions/pts-functions_system_hardware.php
index 44a883a..dd69ec4 100644
--- a/pts-core/functions/pts-functions_system_hardware.php
+++ b/pts-core/functions/pts-functions_system_hardware.php
@@ -256,7 +256,7 @@ function hw_sys_hdd_string()
$disk_size /= 1024;
}
- if($disk_size > 10 && $disk_size % 10 != 0)
+ if($disk_size > 32 && $disk_size % 10 != 0)
{
$disk_size *= 1.01;
$mod = $disk_size % 10;