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,