Fix other type of Kobo eReader (Glo, Mini) detection
This commit is contained in:
父節點
547284f5b1
當前提交
0d1506a078
共有 1 個文件被更改,包括 1 次插入 和 1 次删除
|
@ -27,7 +27,7 @@
|
|||
/* Test to see if pages are opened on an Eink screen
|
||||
* First test Kindle or Kobo Touch */
|
||||
|
||||
if (preg_match("/(Kobo Touch|Kindle\/3.0)/", $_SERVER['HTTP_USER_AGENT'])) {
|
||||
if (preg_match("/(Kobo|Kindle\/3.0)/", $_SERVER['HTTP_USER_AGENT'])) {
|
||||
$isEink = 1;
|
||||
|
||||
/* Test Sony PRS-T1 Ereader.
|
||||
|
|
載入中…
Add table
Add a link
Reference in a new issue