You are here

function wordstream_perm in WordStream Keyword Tools 6

Implementation of hook_perm()

File

./wordstream.module, line 59

Code

function wordstream_perm() {
  return array(
    'admin wordstream',
    'access wordstream reports',
  );
}