QUrl-theme-YOURLS/QUrl-Theme/sitemap/xml.php
Krzysiek Janiczek f4b2cb4298 The first version
The first version of the theme
2024-04-25 18:06:18 +02:00

8 lines
No EOL
215 B
PHP

<?php
include "sitemap-generator.php";
// Create an object of the generator class passing the config file
$smg = new SitemapGenerator(include("sitemap-config.php"));
// Run the generator
$smg->GenerateSitemap();
?>