Minor improvements (#1509)

* Minor improvements

* Update CHANGELOG.md

* Update torrent_show_dl_list.php
This commit is contained in:
Roman Kelesidis 2024-06-14 13:57:28 +07:00 committed by GitHub
commit 9940945824
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 2 additions and 4 deletions

View file

@ -39,7 +39,6 @@ $ignoreFiles = [
'styles/images/logo/logo.png'
];
$lines = [];
foreach ($checksumFile as $line) {
$parts = explode(' ', $line);
if (!isset($parts[0]) || !isset($parts[1])) {