Skip to content

Commit

Permalink
Add MJ12bot and Speedy Spider to the robot list.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Oct 12, 2010
1 parent c4454f1 commit db00958
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions modules/gallery/config/user_agents.php
Expand Up @@ -109,12 +109,14 @@
*/
$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',
);

0 comments on commit db00958

Please sign in to comment.