mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Updated
This commit is contained in:
parent
f8f745ff15
commit
6dad263bde
@ -5,6 +5,7 @@
|
||||
|
||||
- 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)
|
||||
|
@ -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