mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Refactored Sitemap class (#648)
This commit is contained in:
parent
c9d0a06fbc
commit
5f0649073f
3 changed files with 16 additions and 14 deletions
|
@ -11,7 +11,7 @@ if (!defined('BB_ROOT')) {
|
|||
die(basename(__FILE__));
|
||||
}
|
||||
|
||||
$map = new TorrentPier\Legacy\Sitemap();
|
||||
$map = new TorrentPier\Sitemap();
|
||||
$map->createSitemap();
|
||||
|
||||
if (file_exists(SITEMAP_DIR . '/sitemap.xml')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue