mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-03-29 16:01:43 +01:00
rename url
This commit is contained in:
parent
cd37c27e97
commit
87a093de1d
@ -2,6 +2,7 @@
|
||||
require_once('sitemap-php/Sitemap.php');
|
||||
require_once('db.php');
|
||||
|
||||
$sitemap = new Sitemap('https://example.com');
|
||||
$sitemap->setPath('sitemap/');
|
||||
$sitemap->addItem('/', '1.0');
|
||||
|
||||
@ -13,4 +14,5 @@
|
||||
$sitemap->addItem($url, '0.8', 'daily');
|
||||
}
|
||||
|
||||
$sitemap->createSitemapIndex('https://example.com/sitemap/', 'Today');
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user