diff --git a/config.php b/config.php index e540bb3..b0f8e5c 100755 --- a/config.php +++ b/config.php @@ -36,15 +36,16 @@ //header("Location:../../central.php"); // Entry menu case -define('GLPI_ROOT', '../..'); +define('GLPI_ROOT', '../..'); include (GLPI_ROOT . "/inc/includes.php"); checkRight("config","w"); commonHeader("TITRE",$_SERVER['PHP_SELF'],"plugins"); - -echo "This is the plugin config page"; - +// To be available when plugin in not activated +usePLugin('example'); +echo "This is the plugin config page
"; +echo $LANG['plugin_example']["test"]; commonFooter(); ?>