From aa4741d4734661c4e3dde08e21109bfb287e4827 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 17 Aug 2021 09:04:25 +0200 Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20jour=20activation=20du=20r?= =?UTF-8?q?=C3=A9f=C3=A9rencement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/include/update.inc.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/core/include/update.inc.php b/core/include/update.inc.php index 91f264f3..ac274951 100644 --- a/core/include/update.inc.php +++ b/core/include/update.inc.php @@ -588,8 +588,8 @@ $this->deleteData(['config','itemsperPage']); $this->setData(['core', 'dataVersion', 10600]); } -// Version 11.0.00 -if ($this->getData(['core', 'dataVersion']) < 11000) { +// Version 11.0.06 +if ($this->getData(['core', 'dataVersion']) < 11006) { // Option de déconnexion auto activée $this->setData(['config','autoDisconnect',true]); @@ -636,7 +636,10 @@ if ($this->getData(['core', 'dataVersion']) < 11000) { $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]); } ?>