You are here

function auditfiles_perm in Audit Files 6.2

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

Implementation of hook_perm().

File

./auditfiles.module, line 35

Code

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