You are here

function robotstxt_perm in RobotsTxt 6

Implementation of hook_perm().

File

./robotstxt.module, line 24

Code

function robotstxt_perm() {
  return array(
    'administer robots.txt',
  );
}