mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Profiler/Realms
* generally allow all realm types * filter visibility/access by userGroup
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user