mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Some improvement (#1151)
Remove confusing date which will be always valid
This commit is contained in:
parent
81a5d1c5a5
commit
9972d53a19
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ $bb_cfg['invite_only'] = false;
|
|||
// The 'validity_period' value is based on strtotime() function: https://www.php.net/manual/en/function.strtotime.php
|
||||
// Invite link example: site_url/profile.php?mode=register&invite=new_year
|
||||
$bb_cfg['invite_codes'] = [
|
||||
'new_year' => '+1 month',
|
||||
'new_year' => 'last Sunday',
|
||||
'ein_volk' => '29 July 1936',
|
||||
'catch_up_overtake' => '1917-10-09'
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue