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:
@@ -37,13 +37,13 @@
|
||||
//header("Location:../../central.php");
|
||||
|
||||
// Entry menu case
|
||||
include ("../../../inc/includes.php");
|
||||
include('../../../inc/includes.php');
|
||||
|
||||
Session::checkRight("config", UPDATE);
|
||||
Session::checkRight('config', UPDATE);
|
||||
|
||||
// To be available when plugin in not activated
|
||||
Plugin::load('example');
|
||||
|
||||
Html::header("TITRE", $_SERVER['PHP_SELF'], "config", "plugins");
|
||||
echo __("This is the plugin config page", 'example');
|
||||
Html::header('TITRE', $_SERVER['PHP_SELF'], 'config', 'plugins');
|
||||
echo __('This is the plugin config page', 'example');
|
||||
Html::footer();
|
||||
|
Reference in New Issue
Block a user