diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-08 20:55:52 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-08 20:55:52 +0200 |
commit | fe3037348459ed7e4e54b13281e0a1e82a94a78f (patch) | |
tree | f2a2adea66b567cf6ff87cb95ee98dd01008fefe | |
parent | 9defb95581974bb779ead6b178d986f6be3796e5 (diff) |
enable rt=1 by default on landing page4.28.0
-rw-r--r-- | lib/DBInfoscreen/Controller/Stationboard.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/DBInfoscreen/Controller/Stationboard.pm b/lib/DBInfoscreen/Controller/Stationboard.pm index f81074b..971ff80 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -511,6 +511,7 @@ sub handle_request { $self->param( mode => $template ); if ( not $station ) { + $self->param( rt => 1 ); $self->render( 'landingpage', show_intro => 1 ); return; } |