diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-10-25 19:48:15 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-10-25 19:48:15 +0100 |
commit | 75a26a81de56b186ec17434323b3945332cee613 (patch) | |
tree | 3fcb4b28cc8c6bed86ee5ce4895324f7d4edff32 /index.pl | |
parent | c067fdab9ecde8dfa4c1d897762ca38ecf22eeb9 (diff) |
mobile support for app/infoscreen frontend
Diffstat (limited to 'index.pl')
-rw-r--r-- | index.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -629,4 +629,5 @@ app->config( ); app->types->type( json => 'application/json; charset=utf-8' ); +app->plugin('browser_detect'); app->start(); |