summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2019-01-15 11:58:18 +0100
committerAndrey Andreev <narf@devilix.net>2019-01-15 11:59:08 +0100
commitb182eb5eb23249ccaa90b2fd0cedf1c3c1ba791d (patch)
tree8965014f6a1bd2e5ffc0c9c6fa0446f32c11e02e
parent12ee9843877bf80159d1d89a0e3a4f170e902725 (diff)
Merge pull request #5676 from albertleao/albertleao-patch-1
Added mobile google bot to user agents
-rw-r--r--application/config/user_agents.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php
index b6c85631e..ad0b0fd20 100644
--- a/application/config/user_agents.php
+++ b/application/config/user_agents.php
@@ -110,6 +110,7 @@ $mobiles = array(
// Phones and Manufacturers
'motorola' => 'Motorola',
'nokia' => 'Nokia',
+ 'nexus' => 'Nexus',
'palm' => 'Palm',
'iphone' => 'Apple iPhone',
'ipad' => 'iPad',