Merge branch '1.9' into php8

This commit is contained in:
xiaomlove
2026-01-07 01:31:11 +07:00
15 changed files with 91 additions and 42 deletions

View File

@@ -5003,6 +5003,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){