diff options
author | TheDragonSlayer <felixhamel@me.com> | 2013-03-30 13:50:27 +0100 |
---|---|---|
committer | TheDragonSlayer <felixhamel@me.com> | 2013-03-30 13:50:27 +0100 |
commit | 2e746812b59070c005b6eec26f202e92e9751a7a (patch) | |
tree | a1a2dfc62aad3d690fbd93979b28f25290680e9c /application | |
parent | 54e6c1b04a786dc35b2fdeda456685a10f7d2073 (diff) |
Update user_agents.php
Added the PS Vita User Agent to the list.
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 35c36cb42..db75c81c6 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -149,6 +149,7 @@ $mobiles = array( 'mot-' => 'Motorola', 'playstation portable' => 'PlayStation Portable', 'playstation 3' => 'PlayStation 3', + 'playstation vita' => 'PlayStation Vita', 'hiptop' => 'Danger Hiptop', 'nec-' => 'NEC', 'panasonic' => 'Panasonic', @@ -218,4 +219,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 */ |