mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 00:14:40 +03:00
Fixed problem with security constants
This commit is contained in:
parent
01eff99db9
commit
85c4caefdd
@ -21,9 +21,10 @@ $can_administrate = 0;
|
||||
$can_takeover = 1;
|
||||
$can_viewthreads = 2;
|
||||
$can_modifyprofile = 3;
|
||||
$can_viewnotifications = 4;
|
||||
$can_count = 4;
|
||||
$can_viewnotifications = 5;
|
||||
|
||||
|
||||
$can_count = 5;
|
||||
|
||||
$permission_ids = array(
|
||||
$can_administrate => "admin",
|
||||
|
Loading…
Reference in New Issue
Block a user