diff --git a/get.php b/get.php index ef73ae8..e9ba01d 100644 --- a/get.php +++ b/get.php @@ -241,7 +241,7 @@ function uupGetFiles($updateId = 'c2a1d787-647b-486d-b264-f90f3782cdc6', $usePac $temp['uuid'] = $guid; $temp['expire'] = $expire; - $newName = preg_replace('/^cabs_|~31bf3856ad364e35/i', '', $name); + $newName = preg_replace('/^cabs_|^metadataesd_|~31bf3856ad364e35/i', '', $name); $newName = preg_replace('/~~\.|~\./', '.', $newName); $newName = preg_replace('/~/', '-', $newName); $newName = strtolower($newName); diff --git a/shared/main.php b/shared/main.php index 6855cb4..d07b41d 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.15.6'; + return '1.15.7'; } require_once dirname(__FILE__).'/auths.php';