mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
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:
parent
7a84cdd5c3
commit
4cc6fa0e6c
7 changed files with 99 additions and 179 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue