function filebrowser_perm in Filebrowser 5
Same name and namespace in other branches
- 8 drupal6/hooks.inc \filebrowser_perm()
- 6.2 filebrowser.module \filebrowser_perm()
- 6 filebrowser.module \filebrowser_perm()
- 7.4 drupal6/hooks.inc \filebrowser_perm()
- 7.2 drupal6/hooks.inc \filebrowser_perm()
- 7.3 drupal6/hooks.inc \filebrowser_perm()
Implementation of hook_perm().
File
- ./
filebrowser.module, line 52
Code
function filebrowser_perm() {
return array(
'access filebrowser',
);
}