function filebrowser_perm in Filebrowser 6
Same name and namespace in other branches
- 8 drupal6/hooks.inc \filebrowser_perm()
- 5 filebrowser.module \filebrowser_perm()
- 6.2 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 313
Code
function filebrowser_perm() {
return array(
'view directory listing',
);
}