You are here

function imce_perm in IMCE 6.2

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

Implementation of hook_perm().

File

./imce.module, line 51
Implements the necessary hooks for the file browser to work properly.

Code

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