From ebc4bfa2caa3c784b8168639a8d09d72f70ae9eb Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 24 May 2021 18:47:00 +0200 Subject: [PATCH] URL TLD fr --- core/module/install/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/install/install.php b/core/module/install/install.php index 6013e774..96680f7d 100755 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -254,7 +254,7 @@ class install extends common { */ public function update() { // Nouvelle version - self::$newVersion = helper::urlGetContents('http://zwiicms.com/update/' . common::ZWII_UPDATE_CHANNEL . '/version'); + self::$newVersion = helper::urlGetContents('https://zwiicms.fr/update/' . common::ZWII_UPDATE_CHANNEL . '/version'); // Valeurs en sortie $this->addOutput([ 'display' => self::DISPLAY_LAYOUT_LIGHT,