From f1fb22d2ebdd6609fd42b03609f15fb44c8c2461 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 3 Nov 2021 17:25:26 +0100 Subject: [PATCH] Fix robots.txt --- CHANGES.md | 2 +- core/core.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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