function imce_perm in IMCE 5
Same name and namespace in other branches
- 6.2 imce.module \imce_perm()
- 6 imce.module \imce_perm()
Implementation of hook_perm().
File
- ./
imce.module, line 26
Code
function imce_perm() {
return array(
'access imce',
'administer imce',
);
}