You are here

function hacked_perm in Hacked! 6

Same name and namespace in other branches
  1. 5 hacked.module \hacked_perm()
  2. 6.2 hacked.module \hacked_perm()

Implementation of hook_perm().

File

./hacked.module, line 165
The Hacked! module, shows which project have been changed since download.

Code

function hacked_perm() {
  return array(
    'view diffs of changed files',
  );
}