mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update sitemap.php
This commit is contained in:
parent
7a64a6023c
commit
05916b562f
@ -12,7 +12,7 @@ class sitemap
|
|||||||
var $cat_priority = '0.7';
|
var $cat_priority = '0.7';
|
||||||
|
|
||||||
function sitemap () {
|
function sitemap () {
|
||||||
$this->home = make_url();
|
$this->home = FULL_URL;
|
||||||
}
|
}
|
||||||
|
|
||||||
function build_map () {
|
function build_map () {
|
||||||
@ -214,4 +214,4 @@ class sitemap
|
|||||||
$params['sitemap_time'] = TIMENOW;
|
$params['sitemap_time'] = TIMENOW;
|
||||||
bb_update_config($params);
|
bb_update_config($params);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user