summaryrefslogtreecommitdiffstats
path: root/application/config/user_agents.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2013-07-17 11:22:27 +0200
committerAndrey Andreev <narf@devilix.net>2013-07-17 11:22:27 +0200
commit2f70540af5998649bf2180dd2efc75202d8a5185 (patch)
treee34553d5df5540928428e6ed08d0da83b37bb948 /application/config/user_agents.php
parent06faa55cca007d78512c07b93fcf424709cd9c16 (diff)
parent2e746812b59070c005b6eec26f202e92e9751a7a (diff)
Merge pull request #2370 from TheDragonSlayer/patch-1
Update user_agents.php (Added PS Vita)
Diffstat (limited to 'application/config/user_agents.php')
-rw-r--r--application/config/user_agents.php3
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 */