php - remove excess number
This commit is contained in:
parent
901d2aa92a
commit
4879e01365
@ -202,8 +202,6 @@ function pgtop($dotop, $user, $douser)
|
||||
{
|
||||
$acc = $info['blockacc'];
|
||||
$pac = number_format($acc, 0);
|
||||
if ($acc >= 1000000)
|
||||
$pac .= ' '.siprefmt($acc);
|
||||
if (isset($info['currndiff']))
|
||||
{
|
||||
$cur = $info['currndiff'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user