You are here

ip_ranges.module in IP Ranges 8

Same filename and directory in other branches
  1. 7.2 ip_ranges.module
  2. 7 ip_ranges.module

File

ip_ranges.module
View source
<?php

/**
 * Implements hook_permission().
 */
function ip_ranges_permission() {
  return array(
    'ban IP address ranges' => array(
      'title' => t('Ban IP address ranges'),
    ),
  );
}

Functions

Namesort descending Description
ip_ranges_permission Implements hook_permission().