You are here

function smart_ip_perm in Smart IP 6

Same name and namespace in other branches
  1. 6.2 smart_ip.module \smart_ip_perm()

Implements hook_permission().

File

./smart_ip.module, line 73
Determines country, geo location (longitude/latitude), region, city and postal code of the user, based on IP address

Code

function smart_ip_perm() {
  return array(
    'administer smart_ip',
  );
}