You are here

function swftools_perm in SWF Tools 5

Same name and namespace in other branches
  1. 6.3 swftools.module \swftools_perm()
  2. 6 swftools.module \swftools_perm()
  3. 6.2 swftools.module \swftools_perm()

Implementation of hook_perm().

File

./swftools.module, line 90

Code

function swftools_perm() {
  return array(
    'administer flash',
  );
}