You are here

function backup_migrate_paranoia_hide_permissions in Paranoia 7

Implements hook_paranoia_hide_permissions().

On behalf of backup_migrate.module.

File

./paranoia.module, line 241
Paranoia module file. Provides various extra security features.

Code

function backup_migrate_paranoia_hide_permissions() {
  return array(
    'restore from backup',
  );
}