mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Moved announcer url autofill into cron (#1364)
* Moved announcer autofill into cron * Update CHANGELOG.md
This commit is contained in:
parent
f87578c94f
commit
0317664383
3 changed files with 10 additions and 9 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue