seo message et valeur par defaut
This commit is contained in:
parent
749e9fe454
commit
82f06b1c19
@ -900,7 +900,9 @@ class common {
|
||||
$sitemap->finalize();
|
||||
|
||||
// Update robots.txt file in output directory or create a new one
|
||||
|
||||
if ($this->getData(['config','seo', 'robots']) === true) {
|
||||
unlink('robots.txt');
|
||||
$sitemap->updateRobots();
|
||||
} else {
|
||||
copy('core/module/install/ressource/robots.txt', 'robots.txt');
|
||||
|
@ -191,7 +191,7 @@ class config extends common {
|
||||
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
'notification' => $successSitemap ? 'Le sitemap a été mis à jour' : 'Echec d\'écriture, le site map n\'a pas été mis à jour',
|
||||
'notification' => $successSitemap ? 'Mises à jour des fichiers sitemap et robots.txt' : 'Echec d\'écriture, le site map n\'a pas été mis à jour',
|
||||
'redirect' => helper::baseUrl() . 'config/advanced',
|
||||
'state' => $successSitemap
|
||||
]);
|
||||
@ -544,7 +544,7 @@ class config extends common {
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
'redirect' => helper::baseUrl() . $this->getUrl(),
|
||||
'notification' => 'Modifications enregistrées',
|
||||
'notification' => 'Modifications enregistrées ' ,
|
||||
'state' => true
|
||||
]);
|
||||
}
|
||||
|
@ -28,7 +28,7 @@ class init extends common {
|
||||
'enable' => true,
|
||||
],
|
||||
'seo' => [
|
||||
'seo' => true
|
||||
'robots' => true
|
||||
],
|
||||
'connect' => [
|
||||
'timeout' => 600,
|
||||
|
Loading…
Reference in New Issue
Block a user