removed: Integrity checker 🥺🪦 (#1827)

* removed: Integrity checker

* Update schedule.yml
This commit is contained in:
Roman Kelesidis 2025-03-02 00:22:50 +07:00 committed by GitHub
commit ba3ce885c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 1 additions and 2736 deletions

View file

@ -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);
}