You are here

function cdn_perm in CDN 6.2

Same name and namespace in other branches
  1. 5 cdn.module \cdn_perm()
  2. 6 cdn.module \cdn_perm()

Implementation of hook_perm().

File

./cdn.module, line 329

Code

function cdn_perm() {
  return array(
    CDN_PERM_ADMIN,
    CDN_PERM_ACCESS_STATS,
    CDN_PERM_ACCESS_TESTING,
    CDN_PERM_TOUCH,
  );
}