. * ------------------------------------------------------------------------- * @copyright Copyright (C) 2006-2022 by Example plugin team. * @license GPLv2 https://www.gnu.org/licenses/gpl-2.0.html * @link https://github.com/pluginsGLPI/example * ------------------------------------------------------------------------- */ // ---------------------------------------------------------------------- // Original Author of file: // Purpose of file: // ---------------------------------------------------------------------- // Non menu entry case //header("Location:../../central.php"); // Entry menu case define('GLPI_ROOT', '../..'); include (GLPI_ROOT . "/inc/includes.php"); Session::checkRight("config", "w"); Html::header("TITRE", $_SERVER['PHP_SELF'], "plugins"); echo "This is the plugin report page"; Html::footer();