summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-07-25 22:30:35 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-07-25 22:30:35 +0200
commit5f171c8ce895a42774c6de98f7f984ab4373e9e4 (patch)
tree772217937e03e926db1133bf4ccab5db828aa51d
parent8b5d42b3fc1eb9bb7ef5133220340a1418501460 (diff)
put $robots back into user_agents.php
-rw-r--r--system/application/config/user_agents.php11
-rw-r--r--user_guide/changelog.html1
2 files changed, 12 insertions, 0 deletions
diff --git a/system/application/config/user_agents.php b/system/application/config/user_agents.php
index a63aa4995..d350af3aa 100644
--- a/system/application/config/user_agents.php
+++ b/system/application/config/user_agents.php
@@ -159,6 +159,17 @@ $mobiles = array(
'cellphone' => "Generic Mobile"
);
+// There are hundreds of bots but these are the most common.
+$robots = array(
+ 'googlebot' => 'Googlebot',
+ 'msnbot' => 'MSNBot',
+ 'slurp' => 'Inktomi Slurp',
+ 'yahoo' => 'Yahoo',
+ 'askjeeves' => 'AskJeeves',
+ 'fastcrawler' => 'FastCrawler',
+ 'infoseek' => 'InfoSeek Robot 1.0',
+ 'lycos' => 'Lycos'
+ );
/* End of file user_agents.php */
/* Location: ./system/application/config/user_agents.php */ \ No newline at end of file
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index a8954d922..e2ba8f603 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -81,6 +81,7 @@ SVN Revision: XXXX</p>
<ul>
<li>Fixed bug in xss_clean() that could remove some desirable tag attributes.</li>
<li>Fixed assorted user guide typos or examples (#4840, #4862, #4864, #4899).</li>
+ <li>Fixed an edit from 1.6.3 that made the $robots array in user_agents.php go poof.</li>
</ul>
<h2>Version 1.6.3</h2>