Profiler/Realms

* generally allow all realm types
 * filter visibility/access by userGroup
This commit is contained in:
Sarjuuk
2024-05-12 14:32:12 +02:00
parent b2690aea08
commit a97cede1e0
14 changed files with 80 additions and 37 deletions

View File

@@ -55,7 +55,7 @@ if (!CLI)
if ($idx !== false)
{
$set |= (1 << $idx);
$subs[$idx][] = [Profiler::urlize($row['name'], true), $row['name']];
$subs[$idx][] = [Profiler::urlize($row['name'], true), $row['name'], null, null, $row['access'] ? ['requiredAccess' => $row['access']] : null];
}
}