You are here

function akamai_perm in Akamai 6.2

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

Implements hook_perm().

File

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

Code

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