mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
Updated
This commit is contained in:
parent
c82ccd0d31
commit
ec0bfc4948
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue