mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-28 06:58:43 +02:00
Fix CS (from phpcbf)
This commit is contained in:

committed by
Johan Cwiklinski

parent
0900bde1c9
commit
46a15511a2
@ -36,14 +36,13 @@
|
||||
//header("Location:../../central.php");
|
||||
|
||||
// Entry menu case
|
||||
define('GLPI_ROOT', '../..');
|
||||
define('GLPI_ROOT', '../..');
|
||||
include (GLPI_ROOT . "/inc/includes.php");
|
||||
|
||||
Session::checkRight("config", "w");
|
||||
|
||||
Html::header("TITRE",$_SERVER['PHP_SELF'],"plugins");
|
||||
Html::header("TITRE", $_SERVER['PHP_SELF'], "plugins");
|
||||
|
||||
echo "This is the plugin report page";
|
||||
|
||||
Html::footer();
|
||||
?>
|
Reference in New Issue
Block a user