SproutCMS

This is the code documentation for the SproutCMS project

class SeoController

Handler for SEO functions, including generation of robots.txt and XML sitemap

Source code (2 results)

/sprout/config/routes.php   Highlighted file source

Line 135: $config['robots\.txt'] = 'SeoController/robots';
Line 137: $config['robots\.txt'] = 'SeoController/robotsDeny';
Line 140: $config['seo/xmlSitemap'] = 'SeoController/xmlSitemap';

/sprout/Controllers/SeoController.php   Highlighted file source

Line 23: class SeoController extends Controller

A total of 4 lines in 2 files were found