diff options
author | Andrey Andreev <narf@devilix.net> | 2013-07-17 11:22:27 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2013-07-17 11:22:27 +0200 |
commit | 2f70540af5998649bf2180dd2efc75202d8a5185 (patch) | |
tree | e34553d5df5540928428e6ed08d0da83b37bb948 /application/config | |
parent | 06faa55cca007d78512c07b93fcf424709cd9c16 (diff) | |
parent | 2e746812b59070c005b6eec26f202e92e9751a7a (diff) |
Merge pull request #2370 from TheDragonSlayer/patch-1
Update user_agents.php (Added PS Vita)
Diffstat (limited to 'application/config')
-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 0aae987a2..51aad099c 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', @@ -220,4 +221,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 */ |