You are here

function views_paranoia_hide_paths in Paranoia 7

Implements hook_paranoia_hide_paths().

On behalf of views.module.

File

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

Code

function views_paranoia_hide_paths() {
  return array(
    'admin/structure/views/import',
  );
}