Content Security Policy (CSP) compatibility beta.
This commit is contained in:
@@ -41,8 +41,8 @@ while ($user_group = $user_groups_data->fetch_assoc()) {
|
||||
}
|
||||
|
||||
# Set breadcrumb data
|
||||
array_push($GLOBALS['breadCrumbArray'], array('display' => __('user_groups'), 'href' => '/accesscontrol/#user-groups'));
|
||||
array_push($GLOBALS['breadCrumbArray'], array('display' => __('add_user_groups'), 'href' => ''));
|
||||
$_SESSION['breadCrumbArray'][] = ['display' => __('user_groups'), 'href' => '/accesscontrol/#user-groups'];
|
||||
$_SESSION['breadCrumbArray'][] = ['display' => __('add_user_groups'), 'href' => ''];
|
||||
|
||||
# Start page output
|
||||
$pageNavbar->outPutNavbar();
|
||||
|
||||
Reference in New Issue
Block a user