CMXX - Update login based on fimrware updater profile change
This commit is contained in:
@@ -67,7 +67,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
$_SESSION['token'] = $responses->token;
|
||||
|
||||
$language_user = trim($responses->language) ?? 'US';
|
||||
if($responses->profile == 'firmwaretool,application'){
|
||||
if($responses->profile == 'firmwaretool,products_software,application'){
|
||||
header('location: index.php?page=firmwaretool');
|
||||
exit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user