You are here

function cloudflare_perm in CloudFlare 6

Implements hook_perm().

File

./cloudflare.module, line 19

Code

function cloudflare_perm() {
  return array(
    'administer cloudflare',
  );
}