From 35c8a113365e28432580272971dd196c34681c0a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Fri, 20 May 2022 11:55:02 +0200 Subject: [PATCH] Mehr Frieden -General Kyrylo Budanov: The breaking point will be in the second part of August. --- bin/mozilla/login.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/login.pl b/bin/mozilla/login.pl index 2457ddff0..117c184cb 100644 --- a/bin/mozilla/login.pl +++ b/bin/mozilla/login.pl @@ -57,7 +57,7 @@ sub company_logo { ($form->{git_head}) = $git->get_log(since => 'HEAD~1', until => 'HEAD') if $git->is_git_installation; $form->{xmas} = '_xmas' if (DateTime->today->month == 12 && DateTime->today->day < 27); $form->{xmas} = '_mir' if (DateTime->today->month >= 03 && DateTime->today->year == 2022 - && DateTime->today->month <= 05); + && DateTime->today->month <= 09); $form->{xmas} = '_mir' if (DateTime->today->day == 24 && DateTime->today->month == 2); # create the logo screen -- 2.20.1