You are here

function webform_protected_downloads_perm in Webform Protected Downloads 6

Implementation of hook_perm().

File

./webform_protected_downloads.module, line 132
This file contains hook declarations and functions for the Webform Protected Downloads module.

Code

function webform_protected_downloads_perm() {
  return array(
    'administer webform protected downloads',
  );
}