forked from ZwiiCMS-Team/ZwiiCMS
die();
This commit is contained in:
parent
760e2eb1d0
commit
5ea92be85a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user