You are here

function ip2country_perm in IP-based Determination of a Visitor's Country 6

Implements hook_perm().

File

./ip2country.module, line 55
Determination of user's Country based on IP.

Code

function ip2country_perm() {
  return array(
    'administer ip2country',
  );
}