浏览代码

org\.ebookdroid

master
Horus68 8 年前
父节点
当前提交
5f3f4765ec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      index.php

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


正在加载...
取消
保存