You are here

function util_perm in Util 5

Implementation of hook_perm().

File

./util.module, line 84

Code

function util_perm() {
  return array(
    'administer util',
  );
}