function environment_indicator_perm in Environment Indicator 6
Implementation of hook_perm().
File
- ./
environment_indicator.module, line 39 - Adds a coloured strip to the side of the site informing the user which environment they are in (Development, Staging Production etc).
Code
function environment_indicator_perm() {
return array(
'access environment indicator',
);
}