diff options
author | Andrew Seymour <talk@andrewseymour.co.uk> | 2011-11-12 22:18:07 +0100 |
---|---|---|
committer | Andrew Seymour <talk@andrewseymour.co.uk> | 2011-11-12 22:18:07 +0100 |
commit | 00cfbd2d2a3289ac8c06730088a9c44426bcf700 (patch) | |
tree | 5467fa61799696956d7c670eaa7699ca54b4d2d5 | |
parent | 46fcf0bb3ff8eedc4c5c1a4156403be6c7989f0b (diff) |
Added in BingBot, MSNBot is being phased out
-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', |