You are here

function download_file_perm in DownloadFile 6

Implementation of hook_perm().

File

./download_file.module, line 32
Module to direct download files or images.

Code

function download_file_perm() {
  return array(
    'access direct download file',
    'administer download file',
  );
}