Skip to content

Commit

Permalink
Adding iPad and windows phone os as mobile clients.
Browse files Browse the repository at this point in the history
Fixes #2452
  • Loading branch information
markstory committed Jan 10, 2012
1 parent f9bcc95 commit 340a9fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cake/libs/controller/components/request_handler.php
Expand Up @@ -115,6 +115,7 @@ class RequestHandlerComponent extends Object {
'DoCoMo',
'iPod',
'iPhone',
'iPad',
'J2ME',
'MIDP',
'NetFront',
Expand All @@ -131,6 +132,7 @@ class RequestHandlerComponent extends Object {
'UP\.Browser',
'webOS',
'Windows CE',
'Windows Phone OS',
'Xiino'
);

Expand Down

0 comments on commit 340a9fd

Please sign in to comment.