diff options
author | Bharat Mediratta <bharat@menalto.com> | 2012-02-05 17:01:12 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2012-02-05 17:01:12 -0800 |
commit | 1bbaafcc1fc1c4997860706219a628343694e44b (patch) | |
tree | c1ebbfb9252f374a492baa5f7e86cc573d024bcd /modules/gallery | |
parent | 3a3b154b317814dcbd4ea0c1641b64e386cf85a9 (diff) |
Add Baidu, Bing and Ezooms to the robits list. Fixes #1817.
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/config/user_agents.php | 3 |
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"; |