diff --git a/pandora_console/godmode/groups/group_list.php b/pandora_console/godmode/groups/group_list.php index c437304e3d..caee73a739 100644 --- a/pandora_console/godmode/groups/group_list.php +++ b/pandora_console/godmode/groups/group_list.php @@ -85,6 +85,10 @@ if (is_ajax ()) { return; } + if ( https_is_running() ) { + header('Content-type: application/json'); + } + if ($filter_agents_json != '') { $filter['id_agente'] = json_decode(io_safe_output($filter_agents_json), true); }