mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#1497)
* Minor improvements * Update CHANGELOG.md * Update CHANGELOG.md
This commit is contained in:
parent
a01dd8a10c
commit
b86422cc00
2 changed files with 4 additions and 4 deletions
|
@ -39,12 +39,12 @@ foreach ($checksumFile as $line) {
|
|||
}
|
||||
|
||||
$dynamicFiles = [
|
||||
BB_ENABLED
|
||||
hide_bb_path(BB_ENABLED)
|
||||
];
|
||||
|
||||
$wrongFilesList = [];
|
||||
foreach ($filesList as $file) {
|
||||
if (!empty($dynamicFiles) && in_array(hide_bb_path($file['path']), $dynamicFiles)) {
|
||||
if (!empty($dynamicFiles) && in_array($file['path'], $dynamicFiles)) {
|
||||
// Exclude dynamic files
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue