You are here

function autoban_permission in Automatic IP ban (Autoban) 7

Implements hook_permission().

File

./autoban.module, line 52
Main file for autoban module.

Code

function autoban_permission() {
  return array(
    'administer autoban' => array(
      'title' => t('Administer the automatic ban'),
    ),
  );
}