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:
6
stat.php
6
stat.php
@@ -38,12 +38,12 @@
|
||||
|
||||
// Entry menu case
|
||||
define('GLPI_ROOT', '../..');
|
||||
include (GLPI_ROOT . "/inc/includes.php");
|
||||
include(GLPI_ROOT . '/inc/includes.php');
|
||||
|
||||
Session::checkRight(Config::$rightname, UPDATE);
|
||||
|
||||
Html::header("TITLE", $_SERVER['PHP_SELF'], "plugins");
|
||||
Html::header('TITLE', $_SERVER['PHP_SELF'], 'plugins');
|
||||
|
||||
echo "This is the plugin stat page";
|
||||
echo 'This is the plugin stat page';
|
||||
|
||||
Html::footer();
|
||||
|
Reference in New Issue
Block a user