You are here

function statistics_advanced_perm in Statistics Advanced 6

Implementation of hook_perm().

File

./statistics_advanced.module, line 11
Adds advanced settings and features for the core Statistics module.

Code

function statistics_advanced_perm() {
  return array(
    'exclude visits from the access log',
    'exclude visits from counters',
  );
}