You are here

function badbehavior_perm in Bad Behavior 6.2

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

Implements hook_permission().

File

./badbehavior.module, line 27
Integrates Bad Behavior with Drupal

Code

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