diff options
| author | Josh Woody <a_jelly_doughnut@phpbb.com> | 2010-07-03 22:12:25 -0500 |
|---|---|---|
| committer | Josh Woody <a_jelly_doughnut@phpbb.com> | 2010-07-07 15:51:31 -0500 |
| commit | d00f2ec1832f6c391a1526a1263d45ed98d17e23 (patch) | |
| tree | 391e14448dbb2b350e4236c236a10a0e4fbc6034 /phpBB/install/install_install.php | |
| parent | b7ae0fe4e91be1f7dc1d38d2c3c1e5b043d95739 (diff) | |
| download | forums-d00f2ec1832f6c391a1526a1263d45ed98d17e23.tar forums-d00f2ec1832f6c391a1526a1263d45ed98d17e23.tar.gz forums-d00f2ec1832f6c391a1526a1263d45ed98d17e23.tar.bz2 forums-d00f2ec1832f6c391a1526a1263d45ed98d17e23.tar.xz forums-d00f2ec1832f6c391a1526a1263d45ed98d17e23.zip | |
[ticket/9690] Add forthcoming Bing Bot to list of recognized bots
Microsoft will rename MSN Bot to Bing Bot later this year, and change its user agent. This updates phpBB to be aware of Bing Bot
PHPBB3-9690
Diffstat (limited to 'phpBB/install/install_install.php')
| -rw-r--r-- | phpBB/install/install_install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index f4989b5bd7..4c22db07b2 100644 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -2108,6 +2108,7 @@ class install_install extends module '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/', ''), |
