bug fixes, AM change feature, refactoring
This commit is contained in:
18
config/permissions.php
Normal file
18
config/permissions.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'SUPER_ADMIN' => 1,
|
||||
'VIEW_USERS' => 2,
|
||||
'ADD_EDIT_REMOVE_USERS' => 4,
|
||||
'MANAGE_CLIENTS' => 8,
|
||||
'MANAGE_MNOS' => 16,
|
||||
'MANAGE_SHORT_CODES' => 32,
|
||||
'MANAGE_SENDER_IDS' => 64,
|
||||
'MANAGE_VPN_CONFIGS' => 128,
|
||||
'MANAGE_BRANCH_OFFICES' => 256,
|
||||
'MANAGE_UTILITIES' => 512,
|
||||
'MANAGE_TEAM_MEMBERS' => 1024,
|
||||
'CHANGE_ACCOUNT_MANAGERS' => 2048,
|
||||
];
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user