You are here

function masquerade_perm in Masquerade 5

Same name and namespace in other branches
  1. 6 masquerade.module \masquerade_perm()

Implementation of hook_perm().

File

./masquerade.module, line 24
masquerade.module

Code

function masquerade_perm() {
  return array(
    'masquerade as user',
    'masquerade as admin',
  );
}