You are here

function seckit_perm in Security Kit 6

Implements hook_perm().

File

./seckit.module, line 26
Allows administrators to improve security of the website.

Code

function seckit_perm() {
  return array(
    'administer seckit',
  );
}