Revert "Updated"

This reverts commit 6dad263bde.
This commit is contained in:
Roman Kelesidis 2024-07-08 11:46:30 +07:00
parent c75b13b89d
commit 4dc5c4633e
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@
- Release v2.1.5-2024.0X 🎉
- Admin panel -> Ranks: Added support for images in URLs
- Fixed some errors while cron running
- Fixed broken "Disable Board" function
## [v2.1.5-2024.07 [Final v5]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.06) (2024-06-27)

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 = $leech_count = 0;
$peers_cnt = $seed_count = 0;
$seeders = $leechers = '';
$tor_info = array();