diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-03-30 18:09:17 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-03-30 18:09:17 +0000 |
| commit | 9f04fef3e046d7b4778ddf449589c9b1a3a67857 (patch) | |
| tree | 5b3d859bd977adb15fa396d9db914f9d1b82073f /kohana/config/user_agents.php | |
| parent | 066854424a683f14f70f54e3ef1879e77c409369 (diff) | |
Updated to r807
Diffstat (limited to 'kohana/config/user_agents.php')
| -rw-r--r-- | kohana/config/user_agents.php | 3 |
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. |
