mirror of
https://git.uupdump.net/uup-dump/api.git
synced 2025-08-04 15:26:31 +09:00
Add additional appx presence checks
This commit is contained in:
@ -199,3 +199,7 @@ function getAllowedFlags() {
|
||||
|
||||
return $flags;
|
||||
}
|
||||
|
||||
function uupAreAppxPresent($genPack) {
|
||||
return isset($genPack['neutral']['APP']);
|
||||
}
|
||||
|
Reference in New Issue
Block a user