You are here

function cdn_perm in CDN 6

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

Implementation of hook_perm().

File

./cdn.module, line 137
Implementation of the core hooks, defines, public and private functions.

Code

function cdn_perm() {
  return array(
    CDN_PERM_ACCESS_STATS,
    CDN_PERM_ACCESS_DEBUG,
  );
}