AlReader HTTP_USER_AGENT

Including AlReader  HTTP_USER_AGENT
URL: AlReader - https://play.google.com/store/apps/details?id=com.neverland.alreader
This commit is contained in:
Horus68 2016-01-12 15:29:12 +00:00
부모 6b5fdb4b26
커밋 74770f5a02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -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|Chunky)/", $_SERVER['HTTP_USER_AGENT'])) {
if (preg_match("/(MantanoReader|FBReader|Stanza|Marvin|Aldiko|Moon+ Reader|Chunky|AlReader)/", $_SERVER['HTTP_USER_AGENT'])) {
header("location: feed.php");
exit ();
}