You are here

function bakery_perm in Bakery Single Sign-On System 6.2

Same name and namespace in other branches
  1. 6 bakery.module \bakery_perm()

Implementation of hook_perm().

File

./bakery.module, line 93

Code

function bakery_perm() {
  return array(
    'administer bakery',
    'bypass bakery',
  );
}