mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-21 16:24:59 +02:00
Update front/example.php
This commit is contained in:
parent
8906da5c5d
commit
eff7db51b2
@ -36,7 +36,7 @@
|
|||||||
use GlpiPlugin\Example\Example;
|
use GlpiPlugin\Example\Example;
|
||||||
|
|
||||||
include ('../../../inc/includes.php');
|
include ('../../../inc/includes.php');
|
||||||
Session::checkLoginUser();
|
Session::checkRight(Example::$rightname, READ);
|
||||||
|
|
||||||
if ($_SESSION["glpiactiveprofile"]["interface"] == "central") {
|
if ($_SESSION["glpiactiveprofile"]["interface"] == "central") {
|
||||||
Html::header("TITRE", $_SERVER['PHP_SELF'], "plugins", Example::class, "");
|
Html::header("TITRE", $_SERVER['PHP_SELF'], "plugins", Example::class, "");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user