You are here

function uc_ip2country_perm in IP-based Determination of a Visitor's Country 5

Implementation of hook_perm().

File

./uc_ip2country.module, line 59
Determination of user's Country based on IP

Code

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