diff options
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/database_update.php | 2 | ||||
-rwxr-xr-x | phpBB/install/install_install.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 666cb1aad3..7818e4ef90 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -1421,7 +1421,7 @@ function add_bots() 'W3C [Linkcheck]' => array('W3C-checklink/', ''), 'W3C [Validator]' => array('W3C_*Validator', ''), 'WiseNut [Bot]' => array('http://www.WISEnutbot.com', ''), - 'Yacy [Bot]' => array('yacybot', ''), + 'YaCy [Bot]' => array('yacybot', ''), 'Yahoo MMCrawler [Bot]' => array('Yahoo-MMCrawler/', ''), 'Yahoo Slurp [Bot]' => array('Yahoo! DE Slurp', ''), 'Yahoo [Bot]' => array('Yahoo! Slurp', ''), diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index ba80f40eb2..79fd828784 100755 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -2325,7 +2325,7 @@ class install_install extends module 'W3C [Linkcheck]' => array('W3C-checklink/', ''), 'W3C [Validator]' => array('W3C_*Validator', ''), 'WiseNut [Bot]' => array('http://www.WISEnutbot.com', ''), - 'Yacy [Bot]' => array('yacybot', ''), + 'YaCy [Bot]' => array('yacybot', ''), 'Yahoo MMCrawler [Bot]' => array('Yahoo-MMCrawler/', ''), 'Yahoo Slurp [Bot]' => array('Yahoo! DE Slurp', ''), 'Yahoo [Bot]' => array('Yahoo! Slurp', ''), |