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
@ -44,7 +44,6 @@ Session::checkRight("config", UPDATE);
|
||||
// To be available when plugin in not activated
|
||||
Plugin::load('example');
|
||||
|
||||
Html::header("TITRE",$_SERVER['PHP_SELF'],"config","plugins");
|
||||
Html::header("TITRE", $_SERVER['PHP_SELF'], "config", "plugins");
|
||||
_e("This is the plugin config page", 'example');
|
||||
Html::footer();
|
||||
?>
|
||||
|
Reference in New Issue
Block a user