URL TLD fr

This commit is contained in:
fredtempez 2021-05-24 18:47:00 +02:00
parent 5b5771f973
commit ebc4bfa2ca
1 changed files with 1 additions and 1 deletions

View File

@ -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,