From 1bbaafcc1fc1c4997860706219a628343694e44b Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 5 Feb 2012 17:01:12 -0800 Subject: Add Baidu, Bing and Ezooms to the robits list. Fixes #1817. --- modules/gallery/config/user_agents.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/gallery/config') 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"; -- cgit v1.2.3