diff --git a/CHANGES.md b/CHANGES.md index ebb7a8c5..205247e1 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,7 +8,7 @@ ## Version 11.1.01 - Corrections : - Langues : bug de l'utilitaire de copie de site. - - Fichier robots.txt non copié si absent. + - Fichier robots.txt non fourni lors les bots ne sont pas autorisés. - Modifications : - Dispositions des écrans du thème : site, menu, pied de page, menu et bannière. diff --git a/core/core.php b/core/core.php index 062f28f6..f83e3248 100644 --- a/core/core.php +++ b/core/core.php @@ -950,6 +950,8 @@ class common { if ($this->getData(['config','seo', 'robots']) === true) { unlink('robots.txt'); $sitemap->updateRobots(); + } else { + file_put_contents('robots.txt','User-agent: *' . PHP_EOL . 'Disallow: /'); } // Submit your sitemaps to Google, Yahoo, Bing and Ask.com