You are here

function chr_perm in cURL HTTP Request 6

Implements hook_permission().

File

./chr.module, line 22

Code

function chr_perm() {
  return array(
    'administer chr',
  );
}