mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 12:11:36 +00:00
Empty commit
This commit is contained in:
parent
8eaadadc2a
commit
fedceabba7
@ -227,7 +227,7 @@
|
||||
GROUP BY p.ID");
|
||||
list($ID, $Name, $Level, $Secondary, $Forums, $Values, $DisplayStaff, $UserCount) = $DB->next_record(MYSQLI_NUM, array(5));
|
||||
|
||||
if ($Level > $LoggedUser['EffectiveClass'] || $_REQUEST['level'] > $LoggedUser['EffectiveClass']) {
|
||||
if (!check_perms('admin_manage_permissions', $Level)) {
|
||||
error(403);
|
||||
}
|
||||
$Values = unserialize($Values);
|
||||
|
Loading…
Reference in New Issue
Block a user