From 552badbfb73dbe99b7eea21cf988c71c9eff0c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B8nstantine=20Kovalensky?= <45331093+kovalensky@users.noreply.github.com> Date: Tue, 21 Nov 2023 21:14:01 +0400 Subject: [PATCH] Typo fix (#1153) --- library/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/config.php b/library/config.php index ebfa383d1..67da0909b 100644 --- a/library/config.php +++ b/library/config.php @@ -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' ];