function drupalforfirebug_perm in Drupal For Firebug 5
Same name and namespace in other branches
- 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',
);
}