Revert "Update sitemap.php"

This reverts commit 05916b562f.
This commit is contained in:
Roman Kelesidis 2024-06-26 13:38:44 +07:00
parent 05916b562f
commit 521d43ce56

View File

@ -12,7 +12,7 @@ class sitemap
var $cat_priority = '0.7';
function sitemap () {
$this->home = FULL_URL;
$this->home = make_url();
}
function build_map () {
@ -214,4 +214,4 @@ class sitemap
$params['sitemap_time'] = TIMENOW;
bb_update_config($params);
}
}
}