mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
removed: Integrity checker 🥺🪦 (#1827)
* removed: Integrity checker * Update schedule.yml
This commit is contained in:
parent
912b080b16
commit
ba3ce885c8
12 changed files with 1 additions and 2736 deletions
|
@ -82,10 +82,6 @@ switch ($mode) {
|
|||
\TorrentPier\Helpers\CronHelper::enableBoard();
|
||||
$this->response['unlock_cron_html'] = '<span class="seed bold">' . $lang['ADMIN_UNLOCKED'] . '</span>';
|
||||
break;
|
||||
case 'restore_corrupt_files':
|
||||
file_write('', RESTORE_CORRUPT_CONFIRM_FILE, replace_content: true);
|
||||
$this->response['restore_corrupt_files_html'] = '<span class="seed bold">' . $lang['INTEGRITY_RESTORE_CONFIRM_OK'] . '</span>';
|
||||
break;
|
||||
default:
|
||||
$this->ajax_die('Invalid mode: ' . $mode);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue