This commit is contained in:
Roman Kelesidis 2025-05-05 18:40:38 +03:00
commit ec0bfc4948
2 changed files with 3 additions and 3 deletions

View file

@ -475,7 +475,7 @@ if ($tor_reged && $tor_info) {
'ROW_BGR' => $row_bgr,
'NAME' => ($peer['update_time']) ? $name : "<s>$name</s>",
'PEER_ID' => $peerTorrentClient,
'COUNTRY' => $bb_cfg['ip2country_settings']['enabled'] ? $peerCountry : false,
'COUNTRY' => $peerCountry,
'COMPL_PRC' => $compl_perc,
'UP_TOTAL' => ($max_up_id[$x] == $pid) ? "<b>$up_tot</b>" : $up_tot,
'DOWN_TOTAL' => ($max_down_id[$x] == $pid) ? "<b>$down_tot</b>" : $down_tot,

View file

@ -173,7 +173,7 @@ ajax.callback.callseed = function (data) {
<td>{sfull.srow.port.PORT}</td>
<!-- END port -->
<td>{sfull.srow.PEER_ID}</td>
<!-- IF sfull.srow.COUNTRY --><td>{sfull.srow.COUNTRY}</td><!-- ENDIF -->
<!-- IF $bb_cfg['ip2country_settings']['enabled'] --><td>{sfull.srow.COUNTRY}</td><!-- ENDIF -->
</tr>
<!-- END srow -->
</table>
@ -226,7 +226,7 @@ ajax.callback.callseed = function (data) {
<td>{lfull.lrow.port.PORT}</td>
<!-- END port -->
<td>{lfull.lrow.PEER_ID}</td>
<!-- IF lfull.lrow.COUNTRY --><td>{lfull.lrow.COUNTRY}</td><!-- ENDIF -->
<!-- IF $bb_cfg['ip2country_settings']['enabled'] --><td>{lfull.lrow.COUNTRY}</td><!-- ENDIF -->
</tr>
<!-- END lrow -->
</table>