mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-08-24 06:35:49 +02:00
Add php-cs-fixer
This commit is contained in:
@@ -35,13 +35,13 @@
|
||||
|
||||
use GlpiPlugin\Example\Example;
|
||||
|
||||
include ('../../../inc/includes.php');
|
||||
include('../../../inc/includes.php');
|
||||
Session::checkRight(Example::$rightname, READ);
|
||||
|
||||
if ($_SESSION["glpiactiveprofile"]["interface"] == "central") {
|
||||
Html::header("TITRE", $_SERVER['PHP_SELF'], "plugins", Example::class, "");
|
||||
if ($_SESSION['glpiactiveprofile']['interface'] == 'central') {
|
||||
Html::header('TITRE', $_SERVER['PHP_SELF'], 'plugins', Example::class, '');
|
||||
} else {
|
||||
Html::helpHeader("TITRE", $_SERVER['PHP_SELF']);
|
||||
Html::helpHeader('TITRE', $_SERVER['PHP_SELF']);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user