You are here

function browserclass_perm in Browser Class 6

Implementation of hook_perm().

Return value

array An array of valid permissions for the browserclass module

File

./browserclass.module, line 51

Code

function browserclass_perm() {
  return array(
    'administer browser class',
  );
}