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,10 +35,10 @@
|
||||
|
||||
use GlpiPlugin\Example\Dropdown;
|
||||
|
||||
include ('../../../inc/includes.php');
|
||||
include('../../../inc/includes.php');
|
||||
Session::checkLoginUser();
|
||||
|
||||
Plugin::load('example', true);
|
||||
|
||||
$dropdown = new Dropdown();
|
||||
include (GLPI_ROOT . "/front/dropdown.common.php");
|
||||
include(GLPI_ROOT . '/front/dropdown.common.php');
|
||||
|
Reference in New Issue
Block a user