. * --------------------------------------------------------------------- */ $AJAX_INCLUDE = 1; include ('../inc/includes.php'); header("Content-Type: text/html; charset=UTF-8"); Html::header_nocache(); Session::checkLoginUser(); if (!isset($_POST['target'])) { $_POST['target'] = $CFG_GLPI['root_doc']."/front/central.php"; } Entity::showSelector($_POST['target'], "activeentity"); Html::ajaxFooter();