Add support for Canary

This commit is contained in:
abbodi1406
2023-03-14 18:09:51 +03:00
parent 1fc14b6fd4
commit b1d8121507
6 changed files with 67 additions and 12 deletions

View File

@ -166,7 +166,7 @@ function uupListIds($search = null, $sortByDate = 0) {
$cache->put($builds, 60);
}
if($search != null) {
if(count($builds) && $search != null) {
if(!preg_match('/^regex:/', $search)) {
$searchSafe = preg_quote($search, '/');