Merge pull request #4648 from el-ma/develop

[ci skip] Add two more robots to config/user_agents.php
diff --git a/application/config/user_agents.php b/application/config/user_agents.php
index e5954e9..798086b 100644
--- a/application/config/user_agents.php
+++ b/application/config/user_agents.php
@@ -208,5 +208,7 @@
 	'adsbot-google'		=> 'AdsBot Google',
 	'feedfetcher-google'	=> 'Feedfetcher Google',
 	'curious george'	=> 'Curious George',
-	'ia_archiver'		=> 'Alexa Crawler'
+	'ia_archiver'		=> 'Alexa Crawler',
+	'MJ12bot'		=> 'Majestic-12',
+	'Uptimebot'		=> 'Uptimebot'
 );