function imce_perm in IMCE 6
Same name and namespace in other branches
- 5 imce.module \imce_perm()
- 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)',
);
}