. * ------------------------------------------------------------------------- * @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 include ("../../../inc/includes.php"); Session::checkRight("config", UPDATE); // To be available when plugin in not activated Plugin::load('example'); Html::header("TITRE", $_SERVER['PHP_SELF'], "config", "plugins"); echo __("This is the plugin config page", 'example'); Html::footer();