You are here

function encrypt_perm in Encrypt 6

Implementation of hook_perm().

File

./encrypt.module, line 83
Main Encrypt Drupal File

Code

function encrypt_perm() {
  return array(
    'administer encrypt',
  );
}