Revision d1489df2
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
bin/mozilla/login.pl | ||
---|---|---|
31 | 31 |
use SL::Auth; |
32 | 32 |
use SL::User; |
33 | 33 |
use SL::Form; |
34 |
use SL::Git; |
|
34 | 35 |
|
35 | 36 |
require "bin/mozilla/common.pl"; |
36 | 37 |
require "bin/mozilla/todo.pl"; |
... | ... | |
51 | 52 |
$form->{title} = $::locale->text('kivitendo'); |
52 | 53 |
$form->{interface} = $::dispatcher->interface_type; |
53 | 54 |
|
55 |
my $git = SL::Git->new; |
|
56 |
($form->{git_head}) = $git->get_log(since => 'HEAD~1', until => 'HEAD') if $git->is_git_installation; |
|
57 |
|
|
54 | 58 |
# create the logo screen |
55 | 59 |
$form->header() unless $form->{noheader}; |
56 | 60 |
|
Auch abrufbar als: Unified diff
Loginbildschirm: Unter Versionsnummer auch aktuelle Git-Revisionsnummer anzeigen
Conflicts:
locale/de/all