mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
oauth response array
This commit is contained in:
@@ -5774,7 +5774,7 @@ function get_share_ratio($uploaded, $downloaded)
|
||||
$ratio = floor(($uploaded / $downloaded) * 1000) / 1000;
|
||||
} elseif ($uploaded) {
|
||||
//@todo 读语言文件
|
||||
$ratio = '无限';
|
||||
$ratio = 'Infinity';
|
||||
} else {
|
||||
$ratio = '---';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user