Update install.php

This commit is contained in:
Jan 2020-07-14 13:09:13 +02:00 committed by GitHub
parent fa457f30be
commit 946761f308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ $languageObject = simplexml_load_file(EASYWIDIR . '/install/' . $menuLanguage .
$displayToUser = '';
$systemCheckOk = array();
$systemCheckError = array();
$easyWiVersion = ($developer == 'Y') ? '6.0.5' : '6.0.5';
$easyWiVersion = ($developer == 'Y') ? '6.1.6' : '6.1.6';
if ($currentStep == 0) {