summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-10-11 21:06:00 -0700
committerBharat Mediratta <bharat@menalto.com>2010-10-11 21:06:00 -0700
commitdb00958cee5e7373cf4bc439d65e687e7ef2d985 (patch)
treeb81f34ab09e7ca06b5cffd7b23a9b609271472c7
parentc4454f1f07e34410726480a01370ea9b482500c2 (diff)
Add MJ12bot and Speedy Spider to the robot list.
-rw-r--r--modules/gallery/config/user_agents.php18
1 files changed, 10 insertions, 8 deletions
diff --git a/modules/gallery/config/user_agents.php b/modules/gallery/config/user_agents.php
index 2559e85b..24720046 100644
--- a/modules/gallery/config/user_agents.php
+++ b/modules/gallery/config/user_agents.php
@@ -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',
); \ No newline at end of file