Change fetchupd update information output, fix some minor bugs

This commit is contained in:
mkuba50
2018-03-17 17:29:59 +01:00
parent 48cd2c20f2
commit 9b861d4492
6 changed files with 28 additions and 19 deletions

View File

@ -59,6 +59,7 @@ function uupGetPacks($build = 15063) {
$allEditions = array(
'ANALOGONECORE',
'ANDROMEDA',
'CLOUD',
'CLOUDN',
'CORE',
@ -84,6 +85,7 @@ function uupGetPacks($build = 15063) {
'ENTERPRISESNEVAL',
'IOTUAP',
'MOBILECORE',
'ONECOREUPDATEOS',
'PPIPRO',
'PROFESSIONAL',
'PROFESSIONALCOUNTRYSPECIFIC',
@ -146,12 +148,12 @@ function uupGetPacks($build = 15063) {
if($build < 17063) {
require dirname(__FILE__).'/packs/legacy.php';
} elseif ($build >= 17063 && $build < 17093) {
require dirname(__FILE__).'/packs/17063.php';
} elseif ($build >= 17093 && $build < 17623) {
require dirname(__FILE__).'/packs/17093.php';
} elseif ($build >= 17623) {
require dirname(__FILE__).'/packs/17623.php';
} elseif ($build >= 17093) {
require dirname(__FILE__).'/packs/17093.php';
} elseif ($build >= 17063) {
require dirname(__FILE__).'/packs/17063.php';
}
return array(