function humanstxt_perm in Humans.txt 6
Implements hook_perm().
File
- ./
humanstxt.module, line 11 - humanstxt module file.
Code
function humanstxt_perm() {
return array(
'administer humans.txt',
);
}
Implements hook_perm().
function humanstxt_perm() {
return array(
'administer humans.txt',
);
}