summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorAlbert Leao <albertleao@live.com>2019-01-13 06:40:30 +0100
committerGitHub <noreply@github.com>2019-01-13 06:40:30 +0100
commit1c0e6cb695880bfb1ec0cc5a662e89305d36a5ca (patch)
tree1acbaf10b80fe2f261452379df599faac63c5bbb /application
parent7ec458b45316b9f270e1e03de498244f71c605ea (diff)
Added mobile google bot to user agents
Diffstat (limited to 'application')
-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 12585a065..9aa403eca 100644
--- a/application/config/user_agents.php
+++ b/application/config/user_agents.php
@@ -111,6 +111,7 @@ $mobiles = array(
// Phones and Manufacturers
'motorola' => 'Motorola',
'nokia' => 'Nokia',
+ 'nexus' => 'Nexus',
'palm' => 'Palm',
'iphone' => 'Apple iPhone',
'ipad' => 'iPad',