diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2012-02-21 16:26:59 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2012-02-21 16:26:59 +0000 |
| commit | 81020da574f1db9fd1315dd7149d11a00013ff29 (patch) | |
| tree | 6ff5ee3e8b573eeeca8637ead318cedc3123834e /modules/gallery/config/user_agents.php | |
| parent | c7b049780c40d7a4fb23a48c0c5651660a4caa58 (diff) | |
| parent | b52fa3302670930077298d1df603740916f98055 (diff) | |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/gallery/config/user_agents.php')
| -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"; |
