Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9447acbe

Von Bernd Bleßmann vor fast 3 Jahren hinzugefügt

  • ID 9447acbeb7b1cd0bb4691aa1da8f533ca9099064
  • Vorgänger 35c8a113
  • Nachfolger 24af0d99

login: Logo: keine (falschen) Oktalzahlen beim Datum

Unterschiede anzeigen:

bin/mozilla/login.pl
my $git = SL::Git->new;
($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 <= 09);
$form->{xmas} = '_mir' if (DateTime->today->month >= 3 && DateTime->today->year == 2022
&& DateTime->today->month <= 9);
$form->{xmas} = '_mir' if (DateTime->today->day == 24 && DateTime->today->month == 2);
# create the logo screen

Auch abrufbar als: Unified diff