You are here

function akamai_perm in Akamai 6

Same name and namespace in other branches
  1. 6.2 akamai.module \akamai_perm()

Implementation of hook_perm().

File

./akamai.module, line 22
akamai.module Integration with the Akamai CDN Cache Control Web Service.

Code

function akamai_perm() {
  return array(
    'purge akamai cache',
    'administer akamai',
  );
}