mirror of
https://git.uupdump.net/uup-dump/api.git
synced 2025-10-02 10:40:47 +00:00
Add additional appx presence checks
This commit is contained in:
@@ -16,7 +16,7 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
function uupApiVersion() {
|
||||
return '1.46.0';
|
||||
return '1.47.0';
|
||||
}
|
||||
|
||||
require_once dirname(__FILE__).'/auths.php';
|
||||
|
@@ -199,3 +199,7 @@ function getAllowedFlags() {
|
||||
|
||||
return $flags;
|
||||
}
|
||||
|
||||
function uupAreAppxPresent($genPack) {
|
||||
return isset($genPack['neutral']['APP']);
|
||||
}
|
||||
|
Reference in New Issue
Block a user