mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Minor improvements (#1509)
* Minor improvements * Update CHANGELOG.md * Update torrent_show_dl_list.php
This commit is contained in:
parent
75c9f34a73
commit
9940945824
4 changed files with 2 additions and 4 deletions
|
@ -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])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue