From 5437031520314090c4739e942d17860a512a0501 Mon Sep 17 00:00:00 2001 From: mkuba50 Date: Thu, 30 Aug 2018 20:17:36 +0200 Subject: [PATCH] Remove baseless update cabs --- get.php | 2 +- shared/main.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/get.php b/get.php index 61ac0b5..ef73ae8 100644 --- a/get.php +++ b/get.php @@ -251,7 +251,7 @@ function uupGetFiles($updateId = 'c2a1d787-647b-486d-b264-f90f3782cdc6', $usePac } unset($temp, $newName); - $baseless = preg_grep('/^baseless_/i', array_keys($files)); + $baseless = preg_grep('/^baseless_|-baseless\....$/i', array_keys($files)); foreach($baseless as $val) { if(isset($files[$val])) unset($files[$val]); } diff --git a/shared/main.php b/shared/main.php index f21bbc3..6855cb4 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.15.5'; + return '1.15.6'; } require_once dirname(__FILE__).'/auths.php';