You are here

function ip_perm in IP address manager 6

Implementation of hook_perm().

File

./ip.module, line 11
IP address manager module.

Code

function ip_perm() {
  return array(
    'manage ip addresses',
  );
}