diff options
author | Richard Foote <dicky@phpbb.com> | 2010-11-28 13:32:35 +0100 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2010-11-29 08:33:10 +0100 |
commit | 23765fa6684ab8a4764ce944ac0469d2973eb12f (patch) | |
tree | 0de1e5c6f24ca4a541cf8ef87829e62ed328b43d | |
parent | f204ce682565c87b041abafa69db76d698b60dfc (diff) | |
download | forums-23765fa6684ab8a4764ce944ac0469d2973eb12f.tar forums-23765fa6684ab8a4764ce944ac0469d2973eb12f.tar.gz forums-23765fa6684ab8a4764ce944ac0469d2973eb12f.tar.bz2 forums-23765fa6684ab8a4764ce944ac0469d2973eb12f.tar.xz forums-23765fa6684ab8a4764ce944ac0469d2973eb12f.zip |
[ticket/9932] Add the Bing bot when converting
PHPBB3-9932
-rw-r--r-- | phpBB/includes/functions_convert.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions_convert.php b/phpBB/includes/functions_convert.php index 9e26043b39..4a359dcade 100644 --- a/phpBB/includes/functions_convert.php +++ b/phpBB/includes/functions_convert.php @@ -1816,6 +1816,7 @@ function add_bots() 'Alta Vista [Bot]' => array('Scooter/', ''), 'Ask Jeeves [Bot]' => array('Ask Jeeves', ''), 'Baidu [Spider]' => array('Baiduspider+(', ''), + 'Bing [Bot]' => array('bingbot/', ''), 'Exabot [Bot]' => array('Exabot/', ''), 'FAST Enterprise [Crawler]' => array('FAST Enterprise Crawler', ''), 'FAST WebCrawler [Crawler]' => array('FAST-WebCrawler/', ''), |