Add php-cs-fixer

This commit is contained in:
Rom1-B
2025-06-27 08:22:27 +02:00
parent e283c254cd
commit c5e110fc73
32 changed files with 3774 additions and 1864 deletions

View File

@@ -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();