You are here

function addtocopy_perm in Add link to copied text 6

Implements hook_perm().

File

./addtocopy.module, line 5

Code

function addtocopy_perm() {
  return array(
    'bypass addtocopy',
  );
}