summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-10-25 19:48:15 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-10-25 19:48:15 +0100
commit75a26a81de56b186ec17434323b3945332cee613 (patch)
tree3fcb4b28cc8c6bed86ee5ce4895324f7d4edff32 /index.pl
parentc067fdab9ecde8dfa4c1d897762ca38ecf22eeb9 (diff)
mobile support for app/infoscreen frontend
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.pl b/index.pl
index df3e870..225b84b 100644
--- a/index.pl
+++ b/index.pl
@@ -629,4 +629,5 @@ app->config(
);
app->types->type( json => 'application/json; charset=utf-8' );
+app->plugin('browser_detect');
app->start();