diff options
author | rochefort <terasawan@gmail.com> | 2015-06-26 18:30:40 +0200 |
---|---|---|
committer | rochefort <terasawan@gmail.com> | 2015-06-26 18:30:40 +0200 |
commit | 73002ba152872ac9e15b602e662adca5568134ec (patch) | |
tree | 06ccf4bc9a46db8b4f276d7ecd55ee714347db36 /application | |
parent | 105749b1bd60a591398168dc8da2a8a894a296b4 (diff) |
Fix ask jeeves user-agent
Diffstat (limited to 'application')
-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', |