From fb2624bf7a1b8b9906ea8cddae617c85e239fbb6 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 13 Jun 2023 20:59:10 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=A9place=20update=20en=20fin=20de=20constru?= =?UTF-8?q?cteur=20de=20core?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core.php b/core/core.php index f559eed9..add2e693 100644 --- a/core/core.php +++ b/core/core.php @@ -412,9 +412,6 @@ class common } } - // Mise à jour des données core - include('core/include/update.inc.php'); - // Données de proxy $proxy = $this->getData(['config', 'proxyType']) . $this->getData(['config', 'proxyUrl']) . ':' . $this->getData(['config', 'proxyPort']); if ( @@ -435,6 +432,9 @@ class common ); stream_context_set_default($context); } + // Mise à jour des données core + include('core/include/update.inc.php'); + }