Add MJ12bot and Speedy Spider to the robot list.

This commit is contained in:
Bharat Mediratta
2010-10-11 21:06:00 -07:00
parent c4454f1f07
commit db00958cee

View File

@@ -109,12 +109,14 @@ $config['mobile'] = array
*/
$config['robot'] = array
(
'googlebot' => 'Googlebot',
'msnbot' => 'MSNBot',
'slurp' => 'Inktomi Slurp',
'yahoo' => 'Yahoo',
'askjeeves' => 'AskJeeves',
'fastcrawler' => 'FastCrawler',
'infoseek' => 'InfoSeek Robot 1.0',
'lycos' => 'Lycos',
'googlebot' => 'Googlebot',
'msnbot' => 'MSNBot',
'slurp' => 'Inktomi Slurp',
'yahoo' => 'Yahoo',
'askjeeves' => 'AskJeeves',
'fastcrawler' => 'FastCrawler',
'infoseek' => 'InfoSeek Robot 1.0',
'lycos' => 'Lycos',
'mj12bot' => 'MJ12bot',
'speedy spider' => 'Speedy Spider',
);