function robotstxt_perm in RobotsTxt 6
Implementation of hook_perm().
File
- ./
robotstxt.module, line 24
Code
function robotstxt_perm() {
return array(
'administer robots.txt',
);
}
Implementation of hook_perm().
function robotstxt_perm() {
return array(
'administer robots.txt',
);
}