mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
parent
a1d8f2742a
commit
ccf6ba3099
3 changed files with 2 additions and 4 deletions
|
@ -27,7 +27,7 @@ $peers_div_style_overflow = "padding: 6px; height: $peers_overflow_div_height; o
|
|||
$s_last_seed_date_format = 'Y-m-d';
|
||||
$upload_image = '<img src="' . $images['icon_dn'] . '" alt="' . $lang['DL_TORRENT'] . '" border="0" />';
|
||||
|
||||
$peers_cnt = $seed_count = $leech_count = 0;
|
||||
$peers_cnt = $seed_count = 0;
|
||||
$seeders = $leechers = '';
|
||||
$tor_info = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue