fix calcul Gb

This commit is contained in:
jbousquie 2016-11-30 11:03:55 +01:00
parent e0eafbe52f
commit 52270b3fae

View File

@ -65,8 +65,8 @@ $freeSpace = $machine[13];
Interface réseau : <?php echo($mac_descr) ?>
</td>
<td>
Taille disque C: <?php echo(number_format($diskSize / 1024000000, 1)); ?> Go<br/>
Espace libre sur C: <?php echo(number_format($freeSpace / 1024000000, 1)); ?> Go<br/>
Taille disque C: <?php echo(number_format($diskSize / 1000000000, 1)); ?> Go<br/>
Espace libre sur C: <?php echo(number_format($freeSpace / 1000000000, 1)); ?> Go<br/>
</td>
<td>
Architecture : <?php echo($arch); ?><br/>