You are here

function paranoia_paranoia_disable_modules in Paranoia 8

Same name and namespace in other branches
  1. 7 paranoia.module \paranoia_paranoia_disable_modules()

Implements hook_paranoia_disable_modules().

File

./paranoia.module, line 184
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_disable_modules() {
  return [
    'php',
    'skinr_ui',
  ];
}