You are here

function browscap_perm in Browscap 6.2

Same name and namespace in other branches
  1. 6 browscap.module \browscap_perm()

Implementation of hook_perm().

File

./browscap.module, line 13
Replacement for PHP's get_browser() function.

Code

function browscap_perm() {
  return array(
    'administer browscap',
  );
}