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