Skip to content

Commit

Permalink
Adding Android and iPod as Mobile useragent names. Fixes #319
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 9, 2010
1 parent 9edf2d1 commit b90a64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/controller/components/request_handler.php
Expand Up @@ -21,7 +21,7 @@
*/

if (!defined('REQUEST_MOBILE_UA')) {
define('REQUEST_MOBILE_UA', '(iPhone|MIDP|AvantGo|BlackBerry|J2ME|Opera Mini|DoCoMo|NetFront|Nokia|PalmOS|PalmSource|portalmmm|Plucker|ReqwirelessWeb|SonyEricsson|Symbian|UP\.Browser|Windows CE|Xiino)');
define('REQUEST_MOBILE_UA', '(Android|iPod|iPhone|MIDP|AvantGo|BlackBerry|J2ME|Opera Mini|DoCoMo|NetFront|Nokia|PalmOS|PalmSource|portalmmm|Plucker|ReqwirelessWeb|SonyEricsson|Symbian|UP\.Browser|Windows CE|Xiino)');
}

/**
Expand Down

0 comments on commit b90a64c

Please sign in to comment.