Content Security Policy (CSP) compatibility beta.
This commit is contained in:
@@ -43,8 +43,8 @@ if ($result->num_rows == 1) {
|
||||
}
|
||||
|
||||
# Set breadcrumb data
|
||||
array_push($GLOBALS['breadCrumbArray'], array('display' => __('user_profile'), 'href' => '/userprofile/'));
|
||||
array_push($GLOBALS['breadCrumbArray'], array('display' => __('edit'), 'href' => ''));
|
||||
$_SESSION['breadCrumbArray'][] = ['display' => __('user_profile'), 'href' => '/userprofile/'];
|
||||
$_SESSION['breadCrumbArray'][] = ['display' => __('edit'), 'href' => ''];
|
||||
|
||||
# Start page output
|
||||
$pageNavbar->outPutNavbar();
|
||||
|
||||
Reference in New Issue
Block a user