Update displaying_torrent.php

This commit is contained in:
Roman Kelesidis 2024-07-08 11:47:24 +07:00
parent 558a3e5215
commit 3f11647370

View File

@ -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();