You are here

function prod_check_perm in Production check & Production monitor 6

Implementation of hook_perm()

File

./prod_check.module, line 61

Code

function prod_check_perm() {
  return array(
    'administer production check',
    'access production check',
    'switch to production mode',
  );
}