imagecms/ImageCMS

View on GitHub
application/modules/sitemap/config/routes.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

if (!defined('BASEPATH')) {
    exit('No direct script access allowed');
}

$route['sitemap.xml'] = 'sitemap/build_xml_map';
$route['sitemapRegenerate.xml'] = 'sitemap/build_xml_map_regenerated';
$route['sitemap.xml.gz'] = 'sitemap/gzip';

/* End of file routes.php */