Skip to content
Snippets Groups Projects
Commit 7c2dfcc4 authored by Steven Ayers's avatar Steven Ayers Committed by Steven Ayers
Browse files

Issue #3087315 by bluegeek9: Filter/filter config anonymous users & paths

parent f63cf34b
Branches
Tags
1 merge request!53Issue #3310771: 7.x-2.0-alpha10
......@@ -158,10 +158,10 @@ function visitors_admin_settings() {
);
$form['logging']['role']['visitors_excluded_roles'] = array(
'#type' => 'checkboxes',
'#title' => t('Show block for specific roles'),
'#title' => t('Exclude visits for specific roles'),
'#default_value' => variable_get('visitors_excluded_roles', []),
'#options' => $default_role_options,
'#description' => t('Show this block only for the selected role(s). If you select no roles, the block will be visible to all users.'),
'#description' => t('Exclude visits for the selected role(s).'),
);
// Per-user visibility.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment