mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update config.php
This commit is contained in:
parent
b0319ad0ad
commit
594121da06
@ -508,8 +508,8 @@ $bb_cfg['user_agreement_url'] = 'info.php?show=user_agreement';
|
||||
$bb_cfg['copyright_holders_url'] = 'info.php?show=copyright_holders';
|
||||
$bb_cfg['advert_url'] = 'info.php?show=advert';
|
||||
|
||||
$bb_cfg['sitemap_sending'] = array(
|
||||
# 'Source name' => 'http://ping_url'
|
||||
$bb_cfg['sitemap_sending'] = array( // Список URL адресов на которые производить отправку карты сайта для индексации поисковым роботом.
|
||||
// Формат: 'Название ресурса' => 'ссылка на endpoint'
|
||||
'Google' => 'http://google.com/webmasters/sitemaps/ping?sitemap=',
|
||||
);
|
||||
|
||||
@ -563,7 +563,7 @@ $bb_cfg['group_avatars'] = array(
|
||||
);
|
||||
|
||||
// Captcha
|
||||
// Get a Google reCAPTCHA API Key: https://www.google.com/recaptcha/admin
|
||||
// Получить ключи можно в админ-панели reCAPTCHA: https://www.google.com/recaptcha/admin
|
||||
$bb_cfg['captcha'] = array(
|
||||
'disabled' => true, // отключить капчу
|
||||
'public_key' => '', // ключ сайта
|
||||
|
Loading…
Reference in New Issue
Block a user