mise à jour activation du référencement

This commit is contained in:
Fred Tempez 2021-08-17 09:04:25 +02:00
parent 6dce12e621
commit aa4741d473
1 changed files with 6 additions and 3 deletions

View File

@ -588,8 +588,8 @@ $this->deleteData(['config','itemsperPage']);
$this->setData(['core', 'dataVersion', 10600]); $this->setData(['core', 'dataVersion', 10600]);
} }
// Version 11.0.00 // Version 11.0.06
if ($this->getData(['core', 'dataVersion']) < 11000) { if ($this->getData(['core', 'dataVersion']) < 11006) {
// Option de déconnexion auto activée // Option de déconnexion auto activée
$this->setData(['config','autoDisconnect',true]); $this->setData(['config','autoDisconnect',true]);
@ -636,7 +636,10 @@ if ($this->getData(['core', 'dataVersion']) < 11000) {
$this->setData(['page', $parent, 'content', $parent . '.html']); $this->setData(['page', $parent, 'content', $parent . '.html']);
} }
$this->setData(['core', 'dataVersion', 11000]); // Référencement
$this->setData(['config','seo','robots',true]);
$this->setData(['core', 'dataVersion', 11006]);
} }
?> ?>