|
|
@@ -3,9 +3,9 @@
|
|
|
include ('../../../inc/includes.php');
|
|
|
|
|
|
if ($_SESSION["glpiactiveprofile"]["interface"] == "central") {
|
|
|
- Html::header("TITRE", $_SERVER['PHP_SELF'], "plugins", "pluginexampleexample", "");
|
|
|
+ Html::header(__sso('Single Sign-on'), $_SERVER['PHP_SELF'], "config", "pluginsinglesignonprovider", "");
|
|
|
} else {
|
|
|
- Html::helpHeader("TITRE", $_SERVER['PHP_SELF']);
|
|
|
+ Html::helpHeader(__sso('Single Sign-on'), $_SERVER['PHP_SELF']);
|
|
|
}
|
|
|
|
|
|
$example = new PluginSinglesignonProvider();
|