Browse code optimization

This commit is contained in:
bergware
2018-03-26 10:40:28 +02:00
parent 70a9ba12bc
commit 8a88b87b82
+1 -3
View File
@@ -69,9 +69,7 @@ foreach ($file as $row) {
'disk' => my_name($disk).$luks
];
}
$sort = [];
foreach ($list as $row) $sort[] = $row['type'];
array_multisort($sort,$list);
array_multisort(array_column($list,'type'),$list);
echo "<tbody>";
$dirs=0; $files=0; $total=0;