You are here

function statspro_perm in Statistics Pro 6.2

Implementation of hook_perm().

File

./statspro.module, line 195
Main module of Statistcs pro module

Code

function statspro_perm() {
  $permissions = array(
    'access statistics pro reports',
    'administer statistics pro settings',
  );
  return $permissions;
}