diff --git a/index.php b/index.php index 32586a7..5eb5e08 100644 --- a/index.php +++ b/index.php @@ -18,6 +18,7 @@ // If we detect that an OPDS reader try to connect try to redirect to feed.php if (preg_match("/(MantanoReader|FBReader|Stanza|Aldiko|Moon+ Reader)/", $_SERVER['HTTP_USER_AGENT'])) { header("location: feed.php"); + exit (); } header ("Content-Type:application/xhtml+xml");