summaryrefslogtreecommitdiffstats
path: root/application/config/user_agents.php
diff options
context:
space:
mode:
authorJacques du Rand <jacquesdr@gmail.com>2014-11-23 10:35:22 +0100
committerJacques du Rand <jacquesdr@gmail.com>2014-11-23 10:35:22 +0100
commit538d53464eef25ae24205edb400a683a51602a2d (patch)
tree07bfab6a15e6bf0bfa02dafbea019a6c775ab89b /application/config/user_agents.php
parent9af43589e27dd8d74a828fe653cf9fa8d1608433 (diff)
Added missing comma at EOL(right place)
Diffstat (limited to 'application/config/user_agents.php')
-rw-r--r--application/config/user_agents.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php
index c983fdf13..8f9880e53 100644
--- a/application/config/user_agents.php
+++ b/application/config/user_agents.php
@@ -237,12 +237,12 @@ $robots = array(
'fastcrawler' => 'FastCrawler',
'infoseek' => 'InfoSeek Robot 1.0',
'lycos' => 'Lycos',
- 'yandex' => 'YandexBot'
+ 'yandex' => 'YandexBot',
'mediapartners-google' => 'MediaPartners Google',
'CRAZYWEBCRAWLER' => 'Crazy Webcrawler',
'adsbot-google' => 'AdsBot Google',
'feedfetcher-google' => 'Feedfetcher Google',
- 'curious george' => 'Curious George',
+ 'curious george' => 'Curious George'
);
/* End of file user_agents.php */