include end of line
This commit is contained in:
parent
78ab655c57
commit
d570ad6644
|
@ -60,7 +60,7 @@ class pluginRobots extends Plugin {
|
||||||
header('Content-type: text/plain');
|
header('Content-type: text/plain');
|
||||||
// Include link to sitemap in robots.txt if the plugin is enabled
|
// Include link to sitemap in robots.txt if the plugin is enabled
|
||||||
if (pluginActivated('pluginSitemap')) {
|
if (pluginActivated('pluginSitemap')) {
|
||||||
echo 'Sitemap: '.DOMAIN_BASE.'sitemap.xml';
|
echo 'Sitemap: '.DOMAIN_BASE.'sitemap.xml'.PHP_EOL;
|
||||||
}
|
}
|
||||||
echo $this->getValue('robotstxt');
|
echo $this->getValue('robotstxt');
|
||||||
exit(0);
|
exit(0);
|
||||||
|
|
Loading…
Reference in New Issue