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,