Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzm committed Sep 4, 2017
1 parent aa6e10b commit 42ee438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/UnlimitedSocks/hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function get_more_client_product_info($products,$server,$whproduct){
"Traffic" => $ssacc['transfer_enable'],
"U" => round($ssacc['u']/1048576,2),
"D" => round($ssacc['d']/1048576,2),
"A" => round($ssacc['u'] + $ssacc['d']/1048576,2),
"A" => round(($ssacc['u'] + $ssacc['d'])/1048576,2),
"Last" => $ssacc['t'],
"LReset" => $ssacc['updated_at']
);
Expand Down

0 comments on commit 42ee438

Please sign in to comment.