Removed sitemap ping because is deprecated (#1738)

* Removed sitemap ping because is deprecated

* Update CHANGELOG.md

* Update Sitemap.php

* Update main.php

* Update config.php

* Update sitemap.php

* Updated

* Update admin_sitemap.tpl

* Update admin_sitemap.tpl

* Update admin_sitemap.tpl
This commit is contained in:
Roman Kelesidis 2025-01-08 14:16:39 +07:00 committed by GitHub
commit 4cc6fa0e6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 99 additions and 179 deletions

View file

@ -602,12 +602,6 @@ $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'] = [
// A list of URLs to which to send a sitemap for indexing by a search robot.
// Syntax: 'Resource name' => 'link to endpoint'
// Sitemap sending is deprecated. See: https://developers.google.com/search/blog/2023/06/sitemaps-lastmod-ping
];
// Extensions
$bb_cfg['file_id_ext'] = [
1 => 'gif',