function webfm_perm in Web File Manager 5
Same name and namespace in other branches
- 5.2 webfm.module \webfm_perm()
Implementation of hook_perm().
File
- ./
webfm.module, line 469
Code
function webfm_perm() {
return array(
'access webfm',
'view webfm attachments',
'administer webfm',
'webfm upload',
);
}