Commit Graph

7 Commits

Author SHA1 Message Date
5b30a110ac Updated setup.php 2025-05-31 14:40:12 +02:00
bd6d72129c Correction du fichier setup.php pour le plugin SOC 2025-05-31 14:39:18 +02:00
574f947467 Update setup.php 2025-05-31 13:08:27 +02:00
e461da61d7 Fix: Implement missing GLPI plugin registration functions
Adds the following mandatory functions to setup.php to ensure the plugin
can be correctly registered and identified by GLPI:

- `plugin_version()`: Parses plugin.xml to provide metadata such as name,
  version, author, and compatibility to GLPI.
- `plugin_init_options()`: Returns essential plugin identifiers like
  its key and display name.
- Stub functions `plugin_check_prerequisites()`, `plugin_check_config()`,
  and `plugin_display_config()`: Added to prevent potential errors and
  serve as placeholders for future functionality.

These changes address the issue of the plugin not appearing in the GLPI
plugin installation interface.
2025-05-31 10:01:09 +00:00
9b49bc8dff Correction de la structure du plugin GLPI 2025-05-31 11:31:43 +02:00
2f73a61861 Ajouter le fichier hook.php et corriger l'installation 2025-05-31 11:05:58 +02:00
486d93a4f0 Start repository 2025-05-31 10:26:04 +02:00