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