Fixed typo, added ipod
This commit is contained in:
parent
0947ca8b93
commit
7af1c83f4e
@ -107,16 +107,54 @@ class MobileProfilePlugin extends WAP20Plugin
|
|||||||
// MP 1.0, 1.1, or 1.2 may be ideal. Possible?
|
// MP 1.0, 1.1, or 1.2 may be ideal. Possible?
|
||||||
|
|
||||||
$this->mobiledevices =
|
$this->mobiledevices =
|
||||||
array('alcatel', 'android', 'audiovox', 'au-mic,',
|
array(
|
||||||
'avantgo', 'blackberry', 'blazer', 'cldc-', 'danger',
|
'alcatel',
|
||||||
'epoc', 'ericsson', 'ericy', 'ipone', 'ipaq', 'j2me',
|
'android',
|
||||||
'lg', 'midp-', 'mobile', 'mot', 'netfront', 'nitro',
|
'audiovox',
|
||||||
'nokia', 'opera mini', 'palm', 'palmsource',
|
'au-mic,',
|
||||||
'panasonic', 'philips', 'pocketpc', 'portalmmm',
|
'avantgo',
|
||||||
'rover', 'samsung', 'sanyo', 'series60', 'sharp',
|
'blackberry',
|
||||||
'sie-', 'smartphone', 'sony', 'symbian',
|
'blazer',
|
||||||
'up.browser', 'up.link', 'up.link', 'vodafone',
|
'cldc-',
|
||||||
'wap1', 'wap2', 'windows ce');
|
'danger',
|
||||||
|
'epoc',
|
||||||
|
'ericsson',
|
||||||
|
'ericy',
|
||||||
|
'iphone',
|
||||||
|
'ipaq',
|
||||||
|
'ipod',
|
||||||
|
'j2me',
|
||||||
|
'lg',
|
||||||
|
'midp-',
|
||||||
|
'mobile',
|
||||||
|
'mot',
|
||||||
|
'netfront',
|
||||||
|
'nitro',
|
||||||
|
'nokia',
|
||||||
|
'opera mini',
|
||||||
|
'palm',
|
||||||
|
'palmsource',
|
||||||
|
'panasonic',
|
||||||
|
'philips',
|
||||||
|
'pocketpc',
|
||||||
|
'portalmmm',
|
||||||
|
'rover',
|
||||||
|
'samsung',
|
||||||
|
'sanyo',
|
||||||
|
'series60',
|
||||||
|
'sharp',
|
||||||
|
'sie-',
|
||||||
|
'smartphone',
|
||||||
|
'sony',
|
||||||
|
'symbian',
|
||||||
|
'up.browser',
|
||||||
|
'up.link',
|
||||||
|
'up.link',
|
||||||
|
'vodafone',
|
||||||
|
'wap1',
|
||||||
|
'wap2',
|
||||||
|
'windows ce'
|
||||||
|
);
|
||||||
|
|
||||||
$httpuseragent = strtolower($_SERVER['HTTP_USER_AGENT']);
|
$httpuseragent = strtolower($_SERVER['HTTP_USER_AGENT']);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user