mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-25 07:35:48 -07:00
Update index.php
This commit is contained in:
parent
aa1ab1e593
commit
3534f02e11
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ if (!$stats = $datastore->get('stats') and !$datastore->has('stats')) {
|
|||
}
|
||||
|
||||
// Files integrity check
|
||||
if (!$files_integrity_data = $datastore->get('files_integrity')) {
|
||||
if (!$files_integrity_data = $datastore->get('files_integrity') and !$datastore->has('files_integrity')) {
|
||||
$datastore->update('files_integrity');
|
||||
$files_integrity_data = $datastore->get('files_integrity');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue