You are here

function cdn_perm in CDN 5

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

Implementation of hook_perm().

File

./cdn.module, line 39

Code

function cdn_perm() {
  return array(
    'access per-page statistics',
    'access files on CDN when in debug mode',
  );
}