From 5ea92be85a5c80186ba58b4d27baf5623c10e6f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Sun, 9 Jan 2022 11:21:32 +0100 Subject: [PATCH] die(); --- core/module/install/install.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/module/install/install.php b/core/module/install/install.php index a723b09d..f9b2c001 100644 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -202,7 +202,6 @@ class install extends common { $md5a = helper::urlGetContents(common::ZWII_UPDATE_URL . common::ZWII_UPDATE_CHANNEL . '/update.md5'); $md5b = md5_file(self::TEMP_DIR.'update.tar.gz'); $success = $md5a === $md5b; - die(); // Valeurs en sortie $this->addOutput([ 'display' => self::DISPLAY_JSON,