You are here

function drupalforfirebug_perm in Drupal For Firebug 5

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

Implementation of hook_perm()

File

./drupalforfirebug.module, line 245

Code

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