From 2e746812b59070c005b6eec26f202e92e9751a7a Mon Sep 17 00:00:00 2001 From: TheDragonSlayer Date: Sat, 30 Mar 2013 09:50:27 -0300 Subject: Update user_agents.php Added the PS Vita User Agent to the list. --- application/config/user_agents.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'application') 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 */ -- cgit v1.2.3-24-g4f1b