diff options
author | Eric Barnes <eric@ericlbarnes.com> | 2011-11-13 04:15:18 +0100 |
---|---|---|
committer | Eric Barnes <eric@ericlbarnes.com> | 2011-11-13 04:15:18 +0100 |
commit | 928941a5d5397d8ee1302103f7b68b49a76b5a33 (patch) | |
tree | 5467fa61799696956d7c670eaa7699ca54b4d2d5 /application | |
parent | 46fcf0bb3ff8eedc4c5c1a4156403be6c7989f0b (diff) | |
parent | 00cfbd2d2a3289ac8c06730088a9c44426bcf700 (diff) |
Merge pull request #664 from andrew-s/develop
Added in BingBot, MSNBot is being phased out
Diffstat (limited to 'application')
-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 f82257c63..03cba9bc8 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -200,6 +200,7 @@ $mobiles = array( $robots = array( 'googlebot' => 'Googlebot', 'msnbot' => 'MSNBot', + 'bingbot' => 'Bing', 'slurp' => 'Inktomi Slurp', 'yahoo' => 'Yahoo', 'askjeeves' => 'AskJeeves', |