diff options
author | Andrey Andreev <narf@devilix.net> | 2013-08-14 12:49:16 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2013-08-14 12:49:16 +0200 |
commit | e19b5557e8c2c074db0c1c104c26a7b23d9d9b6f (patch) | |
tree | bf0f18c041cc5612d0fda01583ad1eea3d3c5527 /application | |
parent | c5133bacb75d3e289ccdd5d28b00cf2742f17145 (diff) | |
parent | 335fed9c5c70b94264db7daf02edb7cf08cceba0 (diff) |
Merge pull request #2604 from msegers/patch-1
Detect Windows Phones
Diffstat (limited to 'application')
-rw-r--r-- | application/config/user_agents.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 0c8605820..bb135164f 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -50,6 +50,7 @@ $platforms = array( 'win98' => 'Windows 98', 'windows 95' => 'Windows 95', 'win95' => 'Windows 95', + 'windows phone' => 'Windows Phone', 'windows' => 'Unknown Windows OS', 'android' => 'Android', 'blackberry' => 'BlackBerry', @@ -221,4 +222,4 @@ $robots = array( ); /* End of file user_agents.php */ -/* Location: ./application/config/user_agents.php */
\ No newline at end of file +/* Location: ./application/config/user_agents.php */ |