diff options
author | Andrey Andreev <narf@devilix.net> | 2019-01-15 11:58:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-15 11:58:18 +0100 |
commit | 9de1031c170ff499d5b69994aeea80ca3440dcf6 (patch) | |
tree | 1acbaf10b80fe2f261452379df599faac63c5bbb | |
parent | 7ec458b45316b9f270e1e03de498244f71c605ea (diff) | |
parent | 1c0e6cb695880bfb1ec0cc5a662e89305d36a5ca (diff) |
Merge pull request #5676 from albertleao/albertleao-patch-1
Added mobile google bot to user agents
-rw-r--r-- | application/config/user_agents.php | 1 |
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', |