Revision 9447acbe
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
bin/mozilla/login.pl | ||
---|---|---|
56 | 56 |
my $git = SL::Git->new; |
57 | 57 |
($form->{git_head}) = $git->get_log(since => 'HEAD~1', until => 'HEAD') if $git->is_git_installation; |
58 | 58 |
$form->{xmas} = '_xmas' if (DateTime->today->month == 12 && DateTime->today->day < 27); |
59 |
$form->{xmas} = '_mir' if (DateTime->today->month >= 03 && DateTime->today->year == 2022
|
|
60 |
&& DateTime->today->month <= 09);
|
|
59 |
$form->{xmas} = '_mir' if (DateTime->today->month >= 3 && DateTime->today->year == 2022 |
|
60 |
&& DateTime->today->month <= 9); |
|
61 | 61 |
$form->{xmas} = '_mir' if (DateTime->today->day == 24 && DateTime->today->month == 2); |
62 | 62 |
|
63 | 63 |
# create the logo screen |
Auch abrufbar als: Unified diff
login: Logo: keine (falschen) Oktalzahlen beim Datum