Moved announcer url autofill into cron (#1364)

* Moved announcer autofill into cron

* Update CHANGELOG.md
This commit is contained in:
Roman Kelesidis 2024-02-01 00:13:48 +07:00 committed by GitHub
commit 0317664383
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 9 deletions

View file

@ -394,11 +394,6 @@ $user = new TorrentPier\Legacy\Common\User();
$userdata =& $user->data;
// Set announcer default URL
if (empty($bb_cfg['bt_announce_url'])) {
bb_update_config(['bt_announce_url' => FULL_URL . 'bt/announce.php']);
}
/**
* Cron
*/