Content Security Policy (CSP) compatibility beta.
This commit is contained in:
@@ -49,8 +49,8 @@ $result = $stmt->get_result();
|
||||
$company_data = $result->fetch_assoc();
|
||||
|
||||
# Set breadcrumb data
|
||||
array_push($GLOBALS['breadCrumbArray'], array('display' => __('companies'), 'href' => '/companies/'));
|
||||
array_push($GLOBALS['breadCrumbArray'], array('display' => $company_data['company_name'], 'href' => ''));
|
||||
$_SESSION['breadCrumbArray'][] = ['display' => __('companies'), 'href' => '/companies/'];
|
||||
$_SESSION['breadCrumbArray'][] = ['display' => $company_data['company_name'], 'href' => ''];
|
||||
|
||||
# Retrieve Information for the page
|
||||
$company_uuid = htmlspecialchars($_GET['view'], ENT_QUOTES, 'UTF-8');
|
||||
|
||||
Reference in New Issue
Block a user