You are here

function hsts_perm in HTTP Strict Transport Security 6

Implements hook_perm().

File

./hsts.module, line 34
Main module file for hsts.

Code

function hsts_perm() {
  return array(
    'administer strict transport security',
  );
}