[API] comments list

This commit is contained in:
xiaomlove
2025-12-30 17:49:56 +07:00
parent 5f37d5c59a
commit 0351f92bf4
5 changed files with 20 additions and 28 deletions

View File

@@ -4946,6 +4946,9 @@ function get_searchbox_value($mode = 1, $item = 'showsubcat'){
function get_ratio($userid, $html = true){
$row = get_user_row($userid);
if (empty($row)) {
return "---";
}
$uped = $row['uploaded'];
$downed = $row['downloaded'];
if ($html == true){