You are here

function sharebar_perm in ShareBar 6

Implements hook_perm().

File

./sharebar.module, line 12
Various module information.

Code

function sharebar_perm() {
  return array(
    'access ShareBar administer',
  );
}