function paranoia_paranoia_hide in Paranoia 6
Implementation of hook_paranoia_hide().
File
- ./
paranoia.module, line 97 - Disables PHP block visibility permission and gives status error if a role has this permission. Disables the PHP module. Hides the PHP and paranoia modules from the modules page. Prevents user/1 editing which could give access to abitrary contrib…
Code
function paranoia_paranoia_hide() {
return array(
'php',
'paranoia',
);
}