You are here

function imce_perm in IMCE 6

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

Implementation of hook_perm().

File

./imce.module, line 59

Code

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