mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-18 15:50:50 +08:00
Merge branch '1.9' into php8
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user