diff options
author | el-ma <eyupcol@yahoo.com> | 2016-05-25 17:03:28 +0200 |
---|---|---|
committer | el-ma <eyupcol@yahoo.com> | 2016-05-25 17:03:28 +0200 |
commit | df70014e4be5b7d45c123adecd194b457ffb971b (patch) | |
tree | 5f3555eb101c74cfaf26e6c3c06af643a7920430 /application | |
parent | b76fa12f3cc23e18d53d10b6eb665405df7e726b (diff) |
added "Alexa Crawler"
Diffstat (limited to 'application')
-rw-r--r-- | application/config/user_agents.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 721ec08d3..f520df9bd 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -208,5 +208,6 @@ $robots = array( 'CRAZYWEBCRAWLER' => 'Crazy Webcrawler', 'adsbot-google' => 'AdsBot Google', 'feedfetcher-google' => 'Feedfetcher Google', - 'curious george' => 'Curious George' + 'curious george' => 'Curious George', + 'ia_archiver' => 'Alexa Crawler' ); |