summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2012-02-05 17:01:12 -0800
committerBharat Mediratta <bharat@menalto.com>2012-02-05 17:01:12 -0800
commit1bbaafcc1fc1c4997860706219a628343694e44b (patch)
treec1ebbfb9252f374a492baa5f7e86cc573d024bcd
parent3a3b154b317814dcbd4ea0c1641b64e386cf85a9 (diff)
Add Baidu, Bing and Ezooms to the robits list. Fixes #1817.
-rw-r--r--modules/gallery/config/user_agents.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gallery/config/user_agents.php b/modules/gallery/config/user_agents.php
index 23877c66..7978bb62 100644
--- a/modules/gallery/config/user_agents.php
+++ b/modules/gallery/config/user_agents.php
@@ -20,3 +20,6 @@
include(SYSPATH . "config/user_agents.php");
$config["robot"]["mj12bot"] = "MJ12bot";
$config["robot"]["speedy spider"] = "Speedy Spider";
+$config["robot"]["baidu"] = "Baiduspider";
+$config["robot"]["bing"] = "Ezooms";
+$config["robot"]["yandex"] = "YandexBot";