You are here

function imce_perm in IMCE 5

Same name and namespace in other branches
  1. 6.2 imce.module \imce_perm()
  2. 6 imce.module \imce_perm()

Implementation of hook_perm().

File

./imce.module, line 26

Code

function imce_perm() {
  return array(
    'access imce',
    'administer imce',
  );
}