summaryrefslogtreecommitdiff
path: root/kohana/config/user_agents.php
diff options
context:
space:
mode:
Diffstat (limited to 'kohana/config/user_agents.php')
-rw-r--r--kohana/config/user_agents.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/kohana/config/user_agents.php b/kohana/config/user_agents.php
index 3432ba1b..c968aebe 100644
--- a/kohana/config/user_agents.php
+++ b/kohana/config/user_agents.php
@@ -64,6 +64,7 @@ $config['browser'] = array
'Camino' => 'Camino',
'Netscape' => 'Netscape',
'OmniWeb' => 'OmniWeb',
+ 'Chrome' => 'Chrome',
'Safari' => 'Safari',
'Konqueror' => 'Konqueror',
'Epiphany' => 'Epiphany',
@@ -93,6 +94,8 @@ $config['mobile'] = array
'ericsson' => 'Ericsson',
'blackBerry' => 'BlackBerry',
'motorola' => 'Motorola',
+ 'iphone' => 'iPhone',
+ 'android' => 'Android',
);
// There are hundreds of bots but these are the most common.