This commit is contained in:
Fred Tempez 2022-01-09 11:21:32 +01:00
parent 760e2eb1d0
commit 5ea92be85a
1 changed files with 0 additions and 1 deletions

View File

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