mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Merge branch 'ent-11840-iconos-desproporcionados-y-mal-funcionamiento-de-las-cajas-de-credenciales-el-satellite-server' into 'develop'
Ent 11840 iconos desproporcionados y mal funcionamiento de las cajas de credenciales el satellite server See merge request artica/pandorafms!6376
This commit is contained in:
commit
7b7bb5d9b4
@ -143,6 +143,10 @@ function menu_print_menu(&$menu)
|
|||||||
if (empty($new_msg) === false) {
|
if (empty($new_msg) === false) {
|
||||||
$sec2 = 'operation/messages/message_edit&new_msg='.$new_msg;
|
$sec2 = 'operation/messages/message_edit&new_msg='.$new_msg;
|
||||||
}
|
}
|
||||||
|
} else if ($sec2 === 'enterprise/godmode/servers/credential_boxes_satellite'
|
||||||
|
|| $sec2 === 'enterprise/godmode/servers/manage_credential_boxes'
|
||||||
|
) {
|
||||||
|
$sec2 = 'enterprise/godmode/servers/list_satellite';
|
||||||
} else {
|
} else {
|
||||||
$sec2 = (string) get_parameter('sec2');
|
$sec2 = (string) get_parameter('sec2');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user