diff options
author | Andrey Andreev <narf@devilix.net> | 2015-06-29 10:31:29 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-06-29 10:31:29 +0200 |
commit | 2fb2e93d4f5fc4094a2609b870db0fe13006c8b7 (patch) | |
tree | 4dd27840db947ff342649a40c27a911027865915 | |
parent | 59d1ffd927ef3b63dbadf42e1caf14957201fd2d (diff) | |
parent | 73002ba152872ac9e15b602e662adca5568134ec (diff) |
Merge pull request #3930 from rochefort/fix-is_robot
[ci skip] Fix Ask Jeeves user-agent string
-rw-r--r-- | application/config/user_agents.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 2fd955435..fd8ed48cd 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -199,7 +199,7 @@ $robots = array( 'bingbot' => 'Bing', 'slurp' => 'Inktomi Slurp', 'yahoo' => 'Yahoo', - 'askjeeves' => 'AskJeeves', + 'ask jeeves' => 'Ask Jeeves', 'fastcrawler' => 'FastCrawler', 'infoseek' => 'InfoSeek Robot 1.0', 'lycos' => 'Lycos', |