You are here

function auditfiles_perm in Audit Files 5

Same name and namespace in other branches
  1. 6.3 auditfiles.module \auditfiles_perm()
  2. 6.2 auditfiles.module \auditfiles_perm()

Implementation of hook_perm().

File

./auditfiles.module, line 37

Code

function auditfiles_perm() {
  return array(
    'access file audits',
    'administer file audits',
  );
}