You are here

function badbehavior_perm in Bad Behavior 6

Same name and namespace in other branches
  1. 5.2 badbehavior.module \badbehavior_perm()
  2. 6.2 badbehavior.module \badbehavior_perm()

Implements hook_perm().

File

./badbehavior.module, line 21

Code

function badbehavior_perm() {
  return array(
    'administer bad behavior',
    'bypass bad behavior protection',
  );
}