From 099806215d5aea85a0904144227746954871e584 Mon Sep 17 00:00:00 2001 From: Mike Ferenduros Date: Sun, 1 Nov 2015 01:00:46 +0200 Subject: [PATCH] Include Chunky in OPDS reader agents --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index ae43cc8..72df9ee 100644 --- a/index.php +++ b/index.php @@ -20,7 +20,7 @@ require_once ("resources/doT-php/doT.php"); // If we detect that an OPDS reader try to connect try to redirect to feed.php - if (preg_match("/(MantanoReader|FBReader|Stanza|Marvin|Aldiko|Moon+ Reader)/", $_SERVER['HTTP_USER_AGENT'])) { + if (preg_match("/(MantanoReader|FBReader|Stanza|Marvin|Aldiko|Moon+ Reader|Chunky)/", $_SERVER['HTTP_USER_AGENT'])) { header("location: feed.php"); exit (); }