You are here

function variablecheck_perm in Variable Check 6

Implementation of hook_perm()

File

./variablecheck.module, line 5

Code

function variablecheck_perm() {
  return array(
    'check system variables',
  );
}