You are here

function gelf_perm in GELF 6

Implemetation of hook_perm()

Allows admins to control access to gelf settings.

File

./gelf.module, line 31
gelf.module

Code

function gelf_perm() {
  return array(
    'administer gelf',
  );
}