function filedepot_perm in filedepot 6
Implementation of hook_perm().
File
- ./
filedepot.module, line 70 - filedepot.module Filedepot: File Management Module developed by Nextide www.nextide.ca Full featured document managment module with a desktop application feel. Integrated role and user permissions to secure folders, automated notifications, Tag Cloud…
Code
function filedepot_perm() {
return array(
'access filedepot',
'administer filedepot',
'filedepot upload',
'filedepot desktop client',
);
}