You are here

function cas_perm in CAS 5.3

Same name and namespace in other branches
  1. 5.4 cas.module \cas_perm()
  2. 5 cas.module \cas_perm()
  3. 6.3 cas.module \cas_perm()
  4. 6 cas.module \cas_perm()
  5. 6.2 cas.module \cas_perm()

Implementation of hook_perm().

File

./cas.module, line 320

Code

function cas_perm() {
  return array(
    'administer cas',
  );
}