mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Code re-formatting (#1062)
This commit is contained in:
parent
c2599a7c22
commit
22ececb970
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ if (!empty($rowset)) {
|
|||
}
|
||||
|
||||
foreach ($clients as $client => $count) {
|
||||
$percentage = ($count / $client_count) * 100;
|
||||
$percentage = number_format(($count / $client_count) * 100, 2);
|
||||
$clients_percentage[] = ($client_full ? $client : get_user_torrent_client($client)) . " [$count] => $percentage%";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue