You are here

function drupalforfirebug_perm in Drupal For Firebug 6

Same name and namespace in other branches
  1. 5 drupalforfirebug.module \drupalforfirebug_perm()

Implementation of hook_perm()

File

./drupalforfirebug.module, line 294

Code

function drupalforfirebug_perm() {
  return array(
    'Access Firebug Debug',
    'Execute Firebug PHP',
  );
}