We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8906da5 commit eff7db5Copy full SHA for eff7db5
front/example.php
@@ -36,7 +36,7 @@
36
use GlpiPlugin\Example\Example;
37
38
include ('../../../inc/includes.php');
39
-Session::checkLoginUser();
+Session::checkRight(Example::$rightname, READ);
40
41
if ($_SESSION["glpiactiveprofile"]["interface"] == "central") {
42
Html::header("TITRE", $_SERVER['PHP_SELF'], "plugins", Example::class, "");
0 commit comments