mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Invites: Permanent invites feature (#1670)
* Invites: Permanent invites feature * Update config.php * Update config.php * Update CHANGELOG.md * Update config.php
This commit is contained in:
parent
7a209bc615
commit
d9a8adbaaf
3 changed files with 10 additions and 5 deletions
|
@ -406,10 +406,12 @@ $bb_cfg['invites_system'] = [
|
|||
'codes' => [
|
||||
// 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
|
||||
'new_year' => '2022-12-31 00:00:01',
|
||||
'ein_volk' => '29 July 1936',
|
||||
'catch_up_overtake' => '1917-10-09'
|
||||
'new_year2023' => '2022-12-31 00:00:01',
|
||||
'340c4bb6ea2d284c13e085b60b990a8a' => '12 April 1961',
|
||||
'tp_birthday' => '2005-04-04',
|
||||
'endless' => 'permanent'
|
||||
]
|
||||
];
|
||||
$bb_cfg['password_symbols'] = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue