mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
misc: Some minor improvements (#1855)
* misc: Some minor improvements * Update config.php * Update Env.php * Update Env.php * Update tr_seed_bonus.php
This commit is contained in:
parent
056bf046c1
commit
3cc880eeb8
3 changed files with 5 additions and 12 deletions
|
@ -426,7 +426,7 @@ $bb_cfg['invites_system'] = [
|
|||
// Syntax: 'invite_code' => 'validity_period'
|
||||
// The 'validity_period' value is based on strtotime() function: https://www.php.net/manual/en/function.strtotime.php
|
||||
// You can also create a permanent invite, set 'permanent' value for 'validity_period'
|
||||
// Invite link example: site_url/profile.php?mode=register&invite=new_year
|
||||
// Invite link example: site_url/profile.php?mode=register&invite=new_year2023
|
||||
'new_year2023' => '2022-12-31 00:00:01',
|
||||
'340c4bb6ea2d284c13e085b60b990a8a' => '12 April 1961',
|
||||
'tp_birthday' => '2005-04-04',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue