Added license_keys as permission
This commit is contained in:
@@ -23,5 +23,12 @@ return array(
|
||||
),
|
||||
),
|
||||
|
||||
'Licenses' => array(
|
||||
array(
|
||||
'permission' => 'license_keys',
|
||||
'label' => 'View License Keys',
|
||||
),
|
||||
),
|
||||
|
||||
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user