diff --git a/admin/stats/tracker.php b/admin/stats/tracker.php index 630b1cdb0..d7f5b9529 100644 --- a/admin/stats/tracker.php +++ b/admin/stats/tracker.php @@ -78,6 +78,7 @@ foreach ($rowset as $cnt => $row) { // Detailed statistics for peer clients $client_list = ''; +$clients_percentage = []; $numwant = !empty($_GET['client_numwant']) ? (int)$_GET['client_numwant'] : 100; $client_full = !empty($_GET['client_length']) ? (int)$_GET['client_length'] : false; @@ -153,7 +154,7 @@ echo "\n
\n"; echo (count($clients_percentage) > $numwant) ? ('' . 'Show more' . '
') : ''; -echo $client_full ? '
Get more length and numbers via modifying the parameters in the url' : 'Peer_ids with more length (version debugging)'; +echo $client_full ? '
Get more length and numbers via modifying the parameters in the url' : (!empty($client_list) ? 'Peer_ids with more length (version debugging)': ''); echo ''; echo ''; echo '
';