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',
);
}
Implemetation of hook_perm()
Allows admins to control access to gelf settings.
function gelf_perm() {
return array(
'administer gelf',
);
}