Update Install.php values

This commit is contained in:
Jan 2023-01-03 23:21:33 +01:00
parent 1f08a1e5ac
commit 99c0b3e9ef

View File

@ -71,7 +71,7 @@ $languageObject = simplexml_load_file(EASYWIDIR . '/install/languages/' . $menuL
$displayToUser = '';
$systemCheckOk = array();
$systemCheckError = array();
$easyWiVersion = ($developer == 'Y') ? '6.2.0.1' : '6.2.0';
$easyWiVersion = ($developer == 'Y') ? '6.2.2' : '6.2.2';
if ($currentStep == 0) {