diff options
Diffstat (limited to 'lib/DBInfoscreen/Controller/Static.pm')
-rw-r--r-- | lib/DBInfoscreen/Controller/Static.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/DBInfoscreen/Controller/Static.pm b/lib/DBInfoscreen/Controller/Static.pm index d8872d1..fc309c6 100644 --- a/lib/DBInfoscreen/Controller/Static.pm +++ b/lib/DBInfoscreen/Controller/Static.pm @@ -10,8 +10,6 @@ my %default = ( admode => 'deparr', ); -my $dbf_version = qx{git describe --dirty} || 'experimental'; - sub redirect { my ($self) = @_; my $station = $self->param('station'); @@ -51,7 +49,7 @@ sub about { $self->render( 'about', hide_opts => 1, - version => $dbf_version + version => $self->config->{version} ); } |