You are here

function shield_perm in Shield 6

Implementation of hook_perm().

File

./shield.module, line 10
Functions for shield module

Code

function shield_perm() {
  return array(
    'administer shield',
  );
}