This commit is contained in:
Cønstantine Kovalensky 2023-11-21 21:14:01 +04:00 committed by GitHub
commit 552badbfb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' => '2022-12-31 00:00:01',
'ein_volk' => '29 July 1936',
'catch_up_overtake' => '1917-10-09'
];