Minor improvements (#1531)

* Minor improvements

* Update CHANGELOG.md

* Update cron_run.php
This commit is contained in:
Roman Kelesidis 2024-07-08 01:14:58 +07:00 committed by GitHub
commit a1d8f2742a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View file

@ -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 = 0;
$peers_cnt = $seed_count = $leech_count = 0;
$seeders = $leechers = '';
$tor_info = [];