mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update displaying_torrent.php
This commit is contained in:
parent
558a3e5215
commit
3f11647370
@ -19,7 +19,7 @@ $peers_div_style_overflow = "padding: 6px; height: $peers_overflow_div_height;
|
||||
$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 = 0;
|
||||
$peers_cnt = $seed_count = $leech_count = 0;
|
||||
$seeders = $leechers = '';
|
||||
$tor_info = array();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user