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
|
@ -14,7 +14,7 @@ if (!defined('IN_AJAX')) {
|
|||
global $bb_cfg, $lang;
|
||||
|
||||
$mode = (string)$this->request['mode'];
|
||||
$map = new TorrentPier\Legacy\Sitemap();
|
||||
$map = new TorrentPier\Sitemap();
|
||||
$html = '';
|
||||
|
||||
switch ($mode) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue