mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor fixes (#654)
* Minor fixes * Removed WTF statement * Fixed broken birthday applying in profile.php * Removed double-quotes
This commit is contained in:
parent
8685ba598d
commit
5d9955cd78
8 changed files with 17 additions and 14 deletions
|
@ -15,7 +15,7 @@ $map = new TorrentPier\Sitemap();
|
|||
$map->createSitemap();
|
||||
|
||||
if (file_exists(SITEMAP_DIR . '/sitemap.xml')) {
|
||||
$map_link = make_url('sitemap/sitemap.xml');
|
||||
$map_link = make_url(hide_bb_path(SITEMAP_DIR . '/sitemap.xml'));
|
||||
|
||||
foreach ($bb_cfg['sitemap_sending'] as $source_name => $source_link) {
|
||||
$map->sendSitemap($source_link, $map_link);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue